Skip to content
Snippets Groups Projects
Commit 2a9e2a0f authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Use correct image name variable

parent 23b00fd4
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!28Use correct image name variable
......@@ -171,7 +171,7 @@ Scan Docker Image:
- wget https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz
- tar zxvf trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz
# run trivy
- ./trivy image --exit-code 0 --no-progress ${INTERNAL_IMAGE}
- ./trivy image --exit-code 0 --no-progress ${INTERNAL_IMAGE_NAME}
services:
- docker:19.03-dind
stage: scan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment