Skip to content

Commit

Permalink
chore: only show dependency review comment on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Nov 7, 2023
1 parent f6c1ec0 commit 0fa531b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ jobs:
- uses: actions/dependency-review-action@9f45b2463b475767b61721ccfef113fef513e6aa # v3.1.1
if: ${{ github.event_name == 'pull_request' }}
with:
comment-summary-in-pr: always
comment-summary-in-pr: on-failure
fail-on-severity: critical
license-check: false
- 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 0fa531b

Please sign in to comment.