Skip to content

Commit

Permalink
Allow vuln action to fail while GHCR ratelimit issue persists
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Nov 21, 2024
1 parent 2659a6f commit ffb04b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
DIGEST: ${{ steps.get_digest.outputs.image_digest }}
-
name: Scan for vulnerabilities
continue-on-error: true
id: scan
uses: crazy-max/ghaction-container-scan@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-split-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ jobs:
uses: actions/checkout@v4
-
name: Scan for vulnerabilities
continue-on-error: true
id: scan
uses: crazy-max/ghaction-container-scan@v3
with:
Expand Down

0 comments on commit ffb04b8

Please sign in to comment.