Skip to content

Commit 0bdcfea

Browse files
committed
ci(scans): fix missing upload of dependency stats
1 parent 8f6be76 commit 0bdcfea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
with:
7878
image-ref: ${{ matrix.image-ref }}
7979
format: 'github'
80+
output: '${{ matrix.name }}.sbom.json'
81+
github-pat: ${{ secrets.GITHUB_TOKEN }}
8082
- name: Generate Sarif Report
8183
uses: aquasecurity/[email protected]
8284
with:

0 commit comments

Comments
 (0)