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:
parent
0f7f799efd
commit
b52c8e387d
4
.github/workflows/grype.yml
vendored
4
.github/workflows/grype.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user