diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-07 15:48:38 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-08 09:44:36 -0600 |
| commit | 8d92eb5224ac261100a7ed33424992706da17050 (patch) | |
| tree | 3ab7b7fe9544816531352a4e92baccdbe6abaa1e /.gitlab | |
| parent | 1e2005682f1cd5f0fee3ee21235bd2a349d529a4 (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')
| -rw-r--r-- | .gitlab/deb.yml | 4 | ||||
| -rw-r--r-- | .gitlab/test.yml | 3 |
2 files changed, 6 insertions, 1 deletions
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: diff --git a/.gitlab/test.yml b/.gitlab/test.yml index 2a5c7e3..1940d57 100644 --- a/.gitlab/test.yml +++ b/.gitlab/test.yml @@ -130,9 +130,10 @@ integration-rust: CONTAINER_SCANNING_DISABLED: 'true' DAST_DISABLED: 'true' DEPENDENCY_SCANNING_DISABLED: 'true' + DS_DEFAULT_ANALYZERS: '' LICENSE_MANAGEMENT_VERSION: $CI_COMMIT_SHA + SAST_DEFAULT_ANALYZERS: '' SAST_DISABLED: 'true' - SECURE_ANALYZERS_PREFIX: $CI_REGISTRY_IMAGE rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH when: always |
