Skip to content

Commit

Permalink
fix(ci/cve-scanning): override sarif_file location
Browse files Browse the repository at this point in the history
One would imagine that the default would make more sense than being
*outside the workfolder*

chore(ci/cve-scanning): update action
  • Loading branch information
cwrau committed Aug 23, 2024
1 parent 80c5094 commit f0225f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scan-for-cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
./.github/scripts/generate-sarif-reports.sh ${{ matrix.chart }}
- uses: github/codeql-action/upload-sarif@366883a76d75dcee5428da5c3ae7abf9386e35ac # v3
- uses: github/codeql-action/upload-sarif@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3
with:
sarif_file: reports
# TODO: github dependency tree?

0 comments on commit f0225f3

Please sign in to comment.