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:
extends:
- .default-retry
- .reports:rules:sast
- .use-docker-in-docker
stage: test
# `needs: []` starts the job immediately in the pipeline
# https://docs.gitlab.com/ee/ci/yaml/README.html#needs
......@@ -55,10 +54,6 @@ code_quality:
sast: gl-sast-report.json
expire_in: 1 week # GitLab-specific
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: ""
SAST_ANALYZER_IMAGE_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers"
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