From c4f7d65c736b68ab70889e209f9f8759d9471342 Mon Sep 17 00:00:00 2001 From: Amit Rajput Date: Mon, 29 Dec 2025 19:02:09 +0530 Subject: [PATCH] v1.1.17 --- .../workflows/dispatch-container-base-gcp.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dispatch-container-base-gcp.yml b/.github/workflows/dispatch-container-base-gcp.yml index 452884a..e11afe9 100644 --- a/.github/workflows/dispatch-container-base-gcp.yml +++ b/.github/workflows/dispatch-container-base-gcp.yml @@ -57,13 +57,13 @@ jobs: - name: Push the container image run: docker push ${{ steps.get-id.outputs.DOCKER_IMAGE }} - - name: Scan Docker Image for vulnerabilities with Grype - uses: anchore/scan-action@v6 - with: - image: ${{ steps.get-id.outputs.DOCKER_IMAGE }} - cache-db: true #Cache Grype DB in Github Actions - output-format: table - only-fixed: true - severity-cutoff: critical - fail-build: true +# - name: Scan Docker Image for vulnerabilities with Grype +# uses: anchore/scan-action@v6 +# with: +# image: ${{ steps.get-id.outputs.DOCKER_IMAGE }} +# cache-db: true #Cache Grype DB in Github Actions +# output-format: table +# only-fixed: true +# severity-cutoff: critical +# fail-build: true