From 48312e3431c726dae864a91ee5af27274b8df1a1 Mon Sep 17 00:00:00 2001 From: Patrik Date: Fri, 2 Aug 2024 15:55:58 +0200 Subject: [PATCH] ci: disable faulty scanner (#1562) --- .github/workflows/cve-scan.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cve-scan.yaml b/.github/workflows/cve-scan.yaml index 0e938f43e..ea1fe8df7 100644 --- a/.github/workflows/cve-scan.yaml +++ b/.github/workflows/cve-scan.yaml @@ -49,15 +49,15 @@ jobs: uses: github/codeql-action/upload-sarif@v2 with: sarif_file: ${{ steps.grype-scan.outputs.sarif }} - - name: Kubescape scanner - uses: kubescape/github-action@main - id: kubescape - with: - image: oryd/keto:${{ env.SHA_SHORT }} - verbose: true - format: pretty-printer - # can't whitelist CVE yet: https://github.com/kubescape/kubescape/pull/1568 - severityThreshold: critical + # - name: Kubescape scanner + # uses: kubescape/github-action@main + # id: kubescape + # with: + # image: oryd/keto:${{ env.SHA_SHORT }} + # verbose: true + # format: pretty-printer + # # can't whitelist CVE yet: https://github.com/kubescape/kubescape/pull/1568 + # severityThreshold: critical - name: Trivy Scanner uses: aquasecurity/trivy-action@master if: ${{ always() }}