Skip to content

Commit

Permalink
fix: narrow severity level check to CRITICAL only
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Mar 18, 2024
1 parent fd03392 commit 826065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
exit-code: "1"
ignore-unfixed: true
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
severity: "CRITICAL"

- name: Push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 826065d

Please sign in to comment.