Commit 57a3947b authored by rossfuhrman's avatar rossfuhrman Committed by Lin Jen-Shin

Remove .use-docker-in-docker include

We need to remove this line to move away from Docker in Docker for SAST
parent ed06dfc8
...@@ -43,7 +43,6 @@ code_quality: ...@@ -43,7 +43,6 @@ code_quality:
extends: extends:
- .default-retry - .default-retry
- .reports:rules:sast - .reports:rules:sast
- .use-docker-in-docker
stage: test stage: test
# `needs: []` starts the job immediately in the pipeline # `needs: []` starts the job immediately in the pipeline
# https://docs.gitlab.com/ee/ci/yaml/README.html#needs # https://docs.gitlab.com/ee/ci/yaml/README.html#needs
...@@ -55,10 +54,6 @@ code_quality: ...@@ -55,10 +54,6 @@ code_quality:
sast: gl-sast-report.json sast: gl-sast-report.json
expire_in: 1 week # GitLab-specific expire_in: 1 week # GitLab-specific
variables: variables:
# emptying DOCKER_HOST so it can be detected properly on kubernetes executor
# with the script below
DOCKER_HOST: ""
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
SAST_ANALYZER_IMAGE_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers" SAST_ANALYZER_IMAGE_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers"
SAST_ANALYZER_IMAGE_TAG: 2 SAST_ANALYZER_IMAGE_TAG: 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment