We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44e69d3 + 043751a commit 8c06616Copy full SHA for 8c06616
1 file changed
.github/workflows/sbom.yml
@@ -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
18
19
20
0 commit comments