Skip to content

Commit

Permalink
chore: image scan always fails
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
caarlos0 committed Oct 21, 2022
1 parent bc5d4bf commit f28a70c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/grype.yml
Expand Up @@ -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

0 comments on commit f28a70c

Please sign in to comment.