Skip to content

Commit

Permalink
fix trivy scanning integration
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Sep 12, 2024
1 parent abb388e commit f9a2fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Trivy Scanning
run: |
trivy image --severity HIGH,CRITICAL --exit-code 1 --quiet udx-worker/udx-worker:latest | grep -v 'INFO'
trivy image --severity HIGH,CRITICAL --exit-code 1 --quiet udx-worker/udx-worker:latest | grep -v 'INFO' || exit 1

0 comments on commit f9a2fde

Please sign in to comment.