Skip to content

Commit

Permalink
Ignore failure offlaky vulnerability scan
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Nov 4, 2024
1 parent 170bf24 commit 0bce8a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,13 @@ jobs:
- name: Scan for vulnerabilities
id: scan
uses: crazy-max/ghaction-container-scan@v3
continue-on-error: true
with:
image: enricomi/publish-unit-test-result-action:latest
dockerfile: ./Dockerfile
annotations: true
- name: Upload SARIF artifact
if: steps.scan.outcome == 'success'
uses: actions/upload-artifact@v4
with:
name: SARIF ${{ matrix.arch }}
Expand Down

0 comments on commit 0bce8a1

Please sign in to comment.