Skip to content

Commit 0682ed6

Browse files
ashsoleiclaude
andcommitted
Add SBOM generation workflow
Enable automated Software Bill of Materials generation using the enterprise reusable workflow for supply chain security compliance. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a505a69 commit 0682ed6

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.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)