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/deb.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab/deb.yml') diff --git a/.gitlab/deb.yml b/.gitlab/deb.yml index 190b6af..c4c152a 100644 --- a/.gitlab/deb.yml +++ b/.gitlab/deb.yml @@ -5,10 +5,14 @@ - bin/omnibus setup - bin/omnibus build $OMNIBUS_PROJECT artifacts: + name: "$CI_JOB_NAME" expire_in: 1 day paths: - pkg/ + exclude: + - pkg/*.json expire_in: 1 day + when: on_success cache: key: ${CI_JOB_NAME} paths: -- cgit v1.2.3