This commit is contained in:
Michael Grote 2024-02-06 19:45:06 +01:00
parent 437dfb7935
commit b1218292fd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
- evaluate: 'CI_PIPELINE_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH'
- evaluate: 'CI_PIPELINE_EVENT == "pr"'
- evaluate: 'CI_PIPELINE_EVENT == "pull_request"'
# when:
# branch: