@ -40,17 +40,6 @@ gemnasium-python-dependency_scanning:
|
|||||||
rules:
|
rules:
|
||||||
- if: $DEPENDENCY_SCANNING_DISABLED
|
- if: $DEPENDENCY_SCANNING_DISABLED
|
||||||
when: never
|
when: never
|
||||||
- if: $DS_EXCLUDED_ANALYZERS =~ /gemnasium-python/
|
|
||||||
when: never
|
|
||||||
- if: $CI_COMMIT_BRANCH &&
|
|
||||||
$GITLAB_FEATURES =~ /\bdependency_scanning\b/ &&
|
|
||||||
$DS_DEFAULT_ANALYZERS =~ /gemnasium-python/
|
|
||||||
exists:
|
|
||||||
- '{requirements.txt,*/requirements.txt,*/*/requirements.txt}'
|
|
||||||
- '{requirements.pip,*/requirements.pip,*/*/requirements.pip}'
|
|
||||||
- '{Pipfile,*/Pipfile,*/*/Pipfile}'
|
|
||||||
- '{requires.txt,*/requires.txt,*/*/requires.txt}'
|
|
||||||
- '{setup.py,*/setup.py,*/*/setup.py}'
|
|
||||||
# Support passing of $PIP_REQUIREMENTS_FILE
|
# Support passing of $PIP_REQUIREMENTS_FILE
|
||||||
# See https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#configuring-specific-analyzers-used-by-dependency-scanning
|
# See https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#configuring-specific-analyzers-used-by-dependency-scanning
|
||||||
- if: $CI_COMMIT_BRANCH &&
|
- if: $CI_COMMIT_BRANCH &&
|
||||||
|
|||||||
Reference in New Issue
Block a user