Skip to content

Commit 92e1fa6

Browse files
committed
SBOM step added to workflow
1 parent d29bf38 commit 92e1fa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/git-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
- name: Coveralls
2323
uses: coverallsapp/github-action@master
2424
with:
25-
github-token: ${{ secrets.GITHUB_TOKEN }}
25+
github-token: ${{ secrets.GITHUB_TOKEN }}
26+
- name: Create SBOM
27+
run: npx @cyclonedx/cyclonedx-npm --omit dev -o ./sbom/secure-config-sbom.json

0 commit comments

Comments
 (0)