From 8d92eb5224ac261100a7ed33424992706da17050 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 7 Oct 2020 15:48:38 -0600 Subject: 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 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3