Update .gitlab-ci.yml file
This commit is contained in:
parent
5eb107a84a
commit
dab6b75c74
1 changed files with 2 additions and 3 deletions
|
@ -43,13 +43,12 @@ docker-build:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Security/Container-Scanning.gitlab-ci.yml
|
||||||
container_scanning:
|
container_scanning:
|
||||||
variables:
|
variables:
|
||||||
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE${tag}"
|
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE${tag}"
|
||||||
stage: test
|
stage: test
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- dev
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
|
|
Loading…
Reference in a new issue