Update file .gitlab-ci.yml

This commit is contained in:
Slava
2024-05-29 12:22:27 +00:00
parent 39ec9b9bf7
commit 27f4cd6122

View File

@@ -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