Skip to content

Commit cda01a8

Browse files
committed
Add SBOM generation workflow
1 parent 1c7d19c commit cda01a8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/library-sbom.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Library SBOM Generation
2+
3+
on:
4+
push:
5+
branches: [master]
6+
paths:
7+
- 'Gemfile'
8+
- '*.gemspec'
9+
pull_request:
10+
workflow_dispatch:
11+
12+
permissions:
13+
id-token: write
14+
contents: read
15+
16+
jobs:
17+
generate-sbom:
18+
uses: department-of-veterans-affairs/vsp-github-actions/.github/workflows/library-sbom-generation.yml@main
19+
with:
20+
artifact_name: sbom
21+
output_bucket: s3://vagov-infra-sbom-bucket/software/apivore

0 commit comments

Comments
 (0)