Skip to content
Snippets Groups Projects
Commit f494c16e authored by a.croix's avatar a.croix
Browse files

Update yml structure for GitLeaks

parent 3eaaa506
No related branches found
No related tags found
No related merge requests found
Pipeline #1459 passed
......@@ -10,14 +10,8 @@ stages:
- leaks
- test
leaks:gitleaks:
stage: leaks
image:
name: "zricethezav/gitleaks"
entrypoint: [""]
script:
- gitleaks -v --repo-path=./ --config=gitleaks.toml
include:
- '.gitleaks.yml'
mvn:jdk8:
image: maven:3.5.3-jdk-8
script:
......
leaks:gitleaks:
stage: leaks
image:
name: "zricethezav/gitleaks"
entrypoint: [""]
script:
- gitleaks -v --repo-path=./ --config=gitleaks.toml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment