Commit ace8df79 authored by FulcrandG's avatar FulcrandG
Browse files

Adding gitleaks job

parent 4edea2d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ gitleaks:
  stage: static_tests
  script:
    - if [ ! -z ${CI_MERGE_REQUEST_ID} ]; then
    -   ci_secrets --since origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME --log INFO
    -   gitleaks --since origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME --log INFO
    - else
    -   ci_secrets --since $CI_COMMIT_BEFORE_SHA --log INFO
    -   gitleaks --since $CI_COMMIT_BEFORE_SHA --log INFO
    - fi