diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d67b9b..effbcc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,9 @@ stages: - 'test' - - 'code_quality' - 'build' - - 'deploy' - 'push' -sast: - stage: 'test' -include: - - template: Security/SAST.gitlab-ci.yml - - template: Security/Dependency-Scanning.gitlab-ci.yml - - template: Security/SAST-IaC.gitlab-ci.yml - pytest: stage: 'test' image: python @@ -41,9 +32,6 @@ variables: DOCKER_TLS_CERTDIR: "" -services: - - name: docker:26.1.3-dind - entrypoint: [ "env", "-u", "DOCKER_HOST" ] make_image: stage: build @@ -80,9 +68,6 @@ Push latest: # We do not need GitLab to clone the source code. GIT_STRATEGY: none stage: push - only: - # Only "master" should be tagged "latest" - - master script: # Because we have no guarantee that this job will be picked up by the same runner # that built the image in the previous step, we pull it again locally