summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-07 15:48:38 -0600
committermo khan <mo.khan@gmail.com>2020-10-08 09:44:36 -0600
commit8d92eb5224ac261100a7ed33424992706da17050 (patch)
tree3ab7b7fe9544816531352a4e92baccdbe6abaa1e /.gitlab-ci.yml
parent1e2005682f1cd5f0fee3ee21235bd2a349d529a4 (diff)
Disable SAST scanner in downstream pipeline
* chore: Specify sast default analyzers to blank * chore: Clear list of DS analyzers * chore: Remove /license-finder hack * chore: Configure artifact settings
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2bb8c4..63b9cb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
DOCKER_DRIVER: overlay2
GIT_DEPTH: "2"
GIT_STRATEGY: fetch
- TMP_IMAGE: $CI_REGISTRY_IMAGE/license-finder:$CI_COMMIT_SHA
+ TMP_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
include:
- template: Container-Scanning.gitlab-ci.yml
@@ -35,7 +35,7 @@ default:
container_scanning:
variables:
- CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/license-finder # only predefined variables are parameter-expanded (no $TMP_IMAGE)
+ CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE # only predefined variables are parameter-expanded (no $TMP_IMAGE)
needs: ['build-docker-image']
code_quality: