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

Include for GitLeaks

parent cce7d4e8
No related branches found
No related tags found
No related merge requests found
Pipeline #1457 failed
......@@ -16,13 +16,8 @@ stages:
## - mvn clean verify -Dgpg.skip
## - mvn exec:java -Dexec.mainClass="be.cylab.java.wowa.training.Example" -Dexec.args="100 60 10 RWS 110"
leaks:gitleaks:
stage: leaks
image:
name: "zricethezav/gitleaks"
entrypoint: [""]
script:
- gitleaks -v --repo-path=./ --config=gitleaks.toml
include:
- '.gitleaks.yml'
test:mvn:jdk8:
stage: test
......
leaks:gitleaks:
stage: leaks
image:
name: "zricethezav/gitleaks"
entrypoint: [""]
script:
- gitleaks -v --repo-path=./ --config=gitleaks.toml
\ No newline at end of file
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