Skip to content
Snippets Groups Projects
Commit 6fcd958e authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] container-scanning variables

parent 2ccdb3d0
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,9 @@ include:
- template: Security/Secret-Detection.gitlab-ci.yml
container_scanning:
variables:
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH"
DOCKERFILE_PATH: "$CI_COMMIT_BRANCH.Dockerfile"
CS_IMAGE: "$CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH"
CS_DOCKERFILE_PATH: "$CI_COMMIT_BRANCH.Dockerfile"
GIT_STRATEGY: fetch
docker-build-10.0:
image: docker:24
stage: build
......
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