Skip to content

Commit 5b5162d

Browse files
committed
temporarily disable grype scan
1 parent 0ed8690 commit 5b5162d

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)