diff --git a/.github/workflows/sec-checks.yaml b/.github/workflows/sec-checks.yaml index 6f6526fdd16..a8d98d42229 100644 --- a/.github/workflows/sec-checks.yaml +++ b/.github/workflows/sec-checks.yaml @@ -59,10 +59,10 @@ jobs: vuln-type: 'os,library' output: './trivy-image-results.json' severity: 'CRITICAL,HIGH,MEDIUM' - - name: Inspect action report - if: always() - shell: bash - run: cat ./trivy-image-results.json + - name: Inspect action report + if: always() + shell: bash + run: cat ./trivy-image-results.json grype: name: Grype Scan runs-on: ubuntu-20.04