1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

chore(ci): fail build if grype fails

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-07-22 11:47:09 -03:00
parent 0f7f799efd
commit b52c8e387d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -19,7 +19,7 @@ jobs:
- uses: anchore/scan-action@v3
with:
path: "."
fail-build: false
fail-build: true
scan-image:
name: scan-image
@ -34,4 +34,4 @@ jobs:
- uses: anchore/scan-action@v3
with:
image: "goreleaser/goreleaser:latest"
fail-build: false
fail-build: true