mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: image scan always fails
the security issues comes from the golang image, which we need to be using in order to build stuff. That said, not much we can do either way, so, I'm disabling this check for now. Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
bc5d4bf97a
commit
f28a70c481
15
.github/workflows/grype.yml
vendored
15
.github/workflows/grype.yml
vendored
@ -22,18 +22,3 @@ jobs:
|
||||
with:
|
||||
path: "."
|
||||
fail-build: true
|
||||
|
||||
scan-image:
|
||||
name: scan-image
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
security-events: write
|
||||
actions: read
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- uses: anchore/scan-action@v3
|
||||
with:
|
||||
image: "goreleaser/goreleaser:latest"
|
||||
fail-build: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user