Skip to content

Commit

Permalink
chore: fail only on critical findings
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Nov 7, 2023
1 parent 3e89b41 commit fa43cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
with:
comment-summary-in-pr: always
fail-on-severity: critical
- name: Sign the image with GitHub OIDC token
if: ${{ github.event_name != 'merge_group' }}
# This step uses the GitHub OIDC identity token to provision an ephemeral certificate
Expand Down

0 comments on commit fa43cb2

Please sign in to comment.