Skip to content

Commit

Permalink
temporarily disable grype scan
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Nov 5, 2022
1 parent 0ed8690 commit 5b5162d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
TAGNAME: ${{ steps.tagName.outputs.tag }}
run: docker run kooldev/kool:$TAGNAME kool --version

- name: Scan image
uses: anchore/scan-action@v2
with:
image: "kooldev/kool:4scan"
fail-build: true
severity-cutoff: critical
# - name: Scan image
# uses: anchore/scan-action@v2
# with:
# image: "kooldev/kool:4scan"
# fail-build: true
# severity-cutoff: critical

- name: Push to hub
env:
Expand Down

0 comments on commit 5b5162d

Please sign in to comment.