Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
update pipeline to not fail on CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
scheuk committed Jun 11, 2021
1 parent 35e89ec commit 7f79641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: sonar-scanner-cli:${{ matrix.tag }}
exit-code: 1
exit-code: 0
ignore-unfixed: true

0 comments on commit 7f79641

Please sign in to comment.