From 867484eb6c48b8efb1f243b7bd4f760c0c4fb4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Ara=C3=BAjo=20Gomes?= Date: Tue, 22 Oct 2024 23:39:05 +0100 Subject: [PATCH] revert --- .github/workflows/sec-checks.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sec-checks.yaml b/.github/workflows/sec-checks.yaml index 4fc748b4d20..d41c4e36b27 100644 --- a/.github/workflows/sec-checks.yaml +++ b/.github/workflows/sec-checks.yaml @@ -90,12 +90,9 @@ jobs: with: path: "." only-fixed: true - output-format: json + output-format: table severity-cutoff: low fail-build: true - - name: Inspect action report - if: always() - run: cat ${{ steps.grype-fs-scan.outputs.json }} grype-docker-image: name: Grype docker image scan runs-on: ubuntu-latest