Update file .gitlab-ci.yml
This commit is contained in:
@@ -8,10 +8,6 @@ stages:
|
|||||||
|
|
||||||
sast:
|
sast:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
include:
|
|
||||||
- template: Security/SAST.gitlab-ci.yml
|
|
||||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
|
||||||
- template: Security/SAST-IaC.gitlab-ci.yml
|
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
@@ -41,15 +37,12 @@ variables:
|
|||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
|
|
||||||
services:
|
|
||||||
- name: docker:26.1.3-dind
|
|
||||||
entrypoint: [ "env", "-u", "DOCKER_HOST" ]
|
|
||||||
|
|
||||||
make_image:
|
make_image:
|
||||||
stage: build
|
stage: build
|
||||||
image: docker:26.1.3-dind
|
image: docker:26.1.3-dind
|
||||||
services:
|
services:
|
||||||
- docker:26.1.3-dind
|
- dind
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user