Skip to content

Commit

Permalink
Don't fail on Anchore failures because it has false positives and we'…
Browse files Browse the repository at this point in the history
…ve already wontfix'd them in githubs security tab - how do I get it to ignore these?
  • Loading branch information
Makeshift committed Apr 18, 2022
1 parent 3e94091 commit 4e22fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
with:
image: makeshift27015/nginx-retry-proxy:${{ github.sha }}
acs-report-enable: true
fail-build: false
- name: Upload Anchore Scan Report
if: success() || failure()
uses: github/codeql-action/upload-sarif@v1
Expand Down

0 comments on commit 4e22fea

Please sign in to comment.