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/test.yml | |
| 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/test.yml')
| -rw-r--r-- | .gitlab/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
