We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7d19c commit cda01a8Copy full SHA for cda01a8
.github/workflows/library-sbom.yml
@@ -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