diff options
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 |
