Skip to content
Snippets Groups Projects
Verified Commit 015c49de authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

Add scanners

parent b0f8b631
Branches
Tags
1 merge request!1Develop
Pipeline #78127 failed
......@@ -6,17 +6,13 @@ variables:
CONTAINER_TEST_IMAGE: $CI_REGISTRY/docker/python3.9-ci:$CI_COMMIT_REF_NAME
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY/docker/python3.9-ci:latest
#before_script:
# - echo $CI_DEPLOY_PASSWORD | docker login -u $CI_DEPLOY_USER --password-stdin $CI_REGISTRY
include:
- template: Jobs/Build.gitlab-ci.yml
- template: Security/Container-Scanning.gitlab-ci.yml
#b:docker:
# image: docker:20.10
# stage: build
# services:
# - docker:20.10-dind
# script:
# - docker build --pull -t $CONTAINER_TEST_IMAGE -f Dockerfile .
# - docker push $CONTAINER_TEST_IMAGE
container_scanning:
variables:
CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/$CI_DEFAULT_BRANCH:$CI_COMMIT_SHA
.build-image:
image:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment