Skip to content

Commit e90cb69

Browse files
authored
Merge pull request #27 from AiFeatures/ci/add-sbom-workflow
Add SBOM generation workflow
2 parents a505a69 + 0682ed6 commit e90cb69

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/sbom.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: SBOM Generation
2+
3+
on:
4+
push:
5+
branches: [main]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
id-token: write
11+
attestations: write
12+
13+
jobs:
14+
sbom:
15+
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/sbom.yml@main
16+
permissions:
17+
contents: write
18+
id-token: write
19+
attestations: write
20+

0 commit comments

Comments
 (0)