secret detection

This commit is contained in:
Oscar Krause 2023-03-24 10:00:25 +01:00
parent 7b7f14bd82
commit 9d1422cbdf

View File

@ -219,6 +219,8 @@ secret_detection:
- if: $SECRET_DETECTION_DISABLED - if: $SECRET_DETECTION_DISABLED
when: never when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
before_script:
- git config --global --add safe.directory $CI_PROJECT_DIR
semgrep-sast: semgrep-sast:
rules: rules: