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

test scan job with pip3 command update

parent 5139879f
No related branches found
No related tags found
1 merge request!32container scanning-INPLATFORM-306
...@@ -9,7 +9,7 @@ variables: ...@@ -9,7 +9,7 @@ variables:
DOCKER_IMAGE: ${DOIT_REGISTRY_IMAGE_TAG} DOCKER_IMAGE: ${DOIT_REGISTRY_IMAGE_TAG}
before_script: before_script:
- apk update && apk add groff less && apk add py-pip - apk update && apk add groff less && apk add py3-pip
- pip3 install awscli - pip3 install awscli
- $(aws ecr get-login --no-include-email --region us-east-1) - $(aws ecr get-login --no-include-email --region us-east-1)
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...@@ -30,7 +30,7 @@ build-master: ...@@ -30,7 +30,7 @@ build-master:
- docker push ${ECR_IMAGE_TAG} - docker push ${ECR_IMAGE_TAG}
only: only:
refs: refs:
- master # - master
- container_scanning-INPLATFORM-306 - container_scanning-INPLATFORM-306
changes: changes:
- Dockerfile - 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