Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#152 from bci-oss/chore/fix-trivy-…
Browse files Browse the repository at this point in the history
…typo

fix yml file
  • Loading branch information
tunacicek authored Jul 9, 2024
2 parents 2686123 + 49a5624 commit 5c0f8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
hide-progress: false
vuln-type: "os,library"
exit-code: "1" # Trivy exits with code 1 if vulnerabilities are found, causing the workflow step to fail.
limit-severities-for-sarif: true"
limit-severities-for-sarif: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 5c0f8c8

Please sign in to comment.