feat(Container) rename to scan container kaniko/jib

This commit is contained in:
Marcel Feix 2021-06-28 10:55:41 +02:00
parent 146ff9b89e
commit 2162e372de
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -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