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