dependency scanning

This commit is contained in:
Oscar Krause 2023-02-14 15:48:49 +01:00
parent 1d5d3b31fb
commit 7ccb254cbf
1 changed files with 2 additions and 2 deletions

View File

@ -234,9 +234,9 @@ container_scanning:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
dependency_scanning:
gemnasium-python-dependency_scanning:
rules:
- if: $CONTAINER_SCANNING_DISABLED
- if: $DEPENDENCY_SCANNING_DISABLED
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH