Skip to content

Commit

Permalink
build: use grype for cve-scan
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Mar 5, 2022
1 parent 51cf118 commit 785c5c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -49,6 +49,7 @@ jobs:
ghcr.io/ckotzbauer/sbom-operator:latest
- name: Container scan
uses: azure/container-scan@v0
uses: ckotzbauer/actions-toolkit/grype@0.7.0
with:
image-name: ghcr.io/ckotzbauer/sbom-operator
scan-target: ghcr.io/ckotzbauer/sbom-operator
fail-on: "medium"

0 comments on commit 785c5c7

Please sign in to comment.