Skip to content

Commit

Permalink
ci: disable faulty scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Aug 2, 2024
1 parent 3660002 commit 9293af8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cve-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 9293af8

Please sign in to comment.