From f28a70c48116b709154d35893da30256c6561e72 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Fri, 21 Oct 2022 08:55:26 -0300 Subject: [PATCH] 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 --- .github/workflows/grype.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/grype.yml b/.github/workflows/grype.yml index 697f11757cd..03064c836b9 100644 --- a/.github/workflows/grype.yml +++ b/.github/workflows/grype.yml @@ -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