Skip to content

Commit

Permalink
Merge pull request #445 from kool-dev/temp-remove-scan
Browse files Browse the repository at this point in the history
temporarily disable grype scan
  • Loading branch information
fabriciojs authored Nov 5, 2022
2 parents 0ed8690 + 5b5162d commit 699e39c
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 699e39c

Please sign in to comment.