Skip to content

Commit

Permalink
fix output filename in trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Jul 9, 2024
1 parent 273350a commit 9c04875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
image-ref: "tractusx/sldt-discovery-finder:latest"
format: "sarif"
output: "trivy-results-bpn-discovery.sarif"
output: "trivy-results-discovery-finder.sarif"
severity: "CRITICAL,HIGH" # While vulnerabilities of all severities are reported in the SARIF output, the exit code and workflow failure are triggered only by these specified severities (CRITICAL or HIGH).
# ignore-unfixed: true
hide-progress: false
Expand All @@ -98,4 +98,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: "trivy-results-registry.sarif"
sarif_file: "trivy-results-discovery-finder.sarif"

0 comments on commit 9c04875

Please sign in to comment.