Skip to content

Commit

Permalink
fix: try to fix trivy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-bcgov committed Sep 10, 2024
1 parent 29fe8ca commit 41c00ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
image-ref: bc-paris-api:${{ github.sha }}
format: template
template: '@/contrib/sarif.tpl'
output: trivy-results.sarif
output: ./trivy-results.sarif
exit-code: 1
ignore-unfixed: true
severity: HIGH,CRITICAL
Expand All @@ -53,4 +53,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: trivy-results.sarif
sarif_file: ./trivy-results.sarif

0 comments on commit 41c00ca

Please sign in to comment.