1
0
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:
Carlos A Becker 2022-10-21 08:55:26 -03:00
parent bc5d4bf97a
commit f28a70c481
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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