Skip to content

Commit aea9d29

Browse files
committed
Fix dockle-report name
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 5de4e09 commit aea9d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: github/codeql-action/upload-sarif@v2
102102
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/develop') }}
103103
with:
104-
sarif_file: super-report.sarif
104+
sarif_file: dockle-report.sarif
105105

106106
- name: Trivy Vulnerability Scanner
107107
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)