Skip to content

Commit

Permalink
Merge pull request #960 from onekey-sec/fix-grype-config
Browse files Browse the repository at this point in the history
fix(ci): adjust container scan fail-build parameter.
  • Loading branch information
kissgyorgy authored Sep 26, 2024
2 parents 4cba388 + f50eedb commit 147ec8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: anchore/scan-action@v4
with:
image: ${{ env.DOCKER_IMAGE }}
fail-build: true
fail-build: false
severity-cutoff: critical
only-fixed: true

Expand Down

0 comments on commit 147ec8f

Please sign in to comment.