Skip to content
Snippets Groups Projects
Commit c3bac1fd authored by Nicole Lu's avatar Nicole Lu
Browse files

test scan job

parent 17740981
No related branches found
No related tags found
1 merge request!32container scanning-INPLATFORM-306
......@@ -6,7 +6,7 @@ variables:
ECR_IMAGE_TAG: "${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/enterprise-integrations/iics_secure_agent:${CI_COMMIT_SHORT_SHA}"
DOIT_REGISTRY_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
CI_TOKEN: $CI_TOKEN
DOCKER_IMAGE: $CI_REGISTRY_IMAGE:latest
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE:container-scanning-inplatform-306"
before_script:
- apk update && apk add groff less && apk add py3-pip
......@@ -30,7 +30,7 @@ build-master:
- docker push ${ECR_IMAGE_TAG}
only:
refs:
- master
# - master
- container_scanning-INPLATFORM-306
changes:
- Dockerfile
......
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