Commit 53f68446 authored by FulcrandG's avatar FulcrandG
Browse files

Adding gitleaks job

parent 5a549bb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ gitleaks:
    - gitleaks -v --pretty --repo-path . --commit-from=$CI_COMMIT_SHA --commit-to=$CI_COMMIT_BEFORE_SHA --branch=$CI_COMMIT_BRANCH --report gitleaks-report.json
  artifacts:
    expose_as: 'gitleaks report'
    path: "gitleaks-report.json"
 No newline at end of file
    paths: ["gitleaks-report.json"]
 No newline at end of file