We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed8690 commit 5b5162dCopy full SHA for 5b5162d
.github/workflows/docker.yml
@@ -26,12 +26,12 @@ jobs:
26
TAGNAME: ${{ steps.tagName.outputs.tag }}
27
run: docker run kooldev/kool:$TAGNAME kool --version
28
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
+ # - name: Scan image
+ # uses: anchore/scan-action@v2
+ # with:
+ # image: "kooldev/kool:4scan"
+ # fail-build: true
+ # severity-cutoff: critical
35
36
- name: Push to hub
37
env:
0 commit comments