Skip to content

Commit 699e39c

Browse files
authored
Merge pull request #445 from kool-dev/temp-remove-scan
temporarily disable grype scan
2 parents 0ed8690 + 5b5162d commit 699e39c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
TAGNAME: ${{ steps.tagName.outputs.tag }}
2727
run: docker run kooldev/kool:$TAGNAME kool --version
2828

29-
- name: Scan image
30-
uses: anchore/scan-action@v2
31-
with:
32-
image: "kooldev/kool:4scan"
33-
fail-build: true
34-
severity-cutoff: critical
29+
# - name: Scan image
30+
# uses: anchore/scan-action@v2
31+
# with:
32+
# image: "kooldev/kool:4scan"
33+
# fail-build: true
34+
# severity-cutoff: critical
3535

3636
- name: Push to hub
3737
env:

0 commit comments

Comments
 (0)