feat(Container) rename to scan container kaniko/jib
This commit is contained in:
parent
146ff9b89e
commit
2162e372de
@ -1,4 +1,4 @@
|
|||||||
.publish-image-jib:
|
.scan-container-jib:
|
||||||
image: $MAVEN_IMAGE
|
image: $MAVEN_IMAGE
|
||||||
stage: test
|
stage: test
|
||||||
variables:
|
variables:
|
||||||
@ -14,7 +14,7 @@
|
|||||||
- ./trivy --exit-code 0 --severity HIGH --no-progress --auto-refresh --input target/jib-image.tar
|
- ./trivy --exit-code 0 --severity HIGH --no-progress --auto-refresh --input target/jib-image.tar
|
||||||
- ./trivy --exit-code 1 --severity CRITICAL --no-progress --auto-refresh --input target/jib-image.tar
|
- ./trivy --exit-code 1 --severity CRITICAL --no-progress --auto-refresh --input target/jib-image.tar
|
||||||
|
|
||||||
.check-kani:
|
.scan-container-kaniko:
|
||||||
stage: test
|
stage: test
|
||||||
image:
|
image:
|
||||||
name: gcr.io/kaniko-project/executor:debug
|
name: gcr.io/kaniko-project/executor:debug
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user