mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-12 17:38:48 +00:00
secret detection
This commit is contained in:
parent
7b7f14bd82
commit
9d1422cbdf
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user