Commit f65d3b9d authored by FulcrandG's avatar FulcrandG
Browse files

Updating gitleaks job for allowing failure

parent 2e021628
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -26,3 +26,13 @@ repos. As it written in go, it is much faster than most of the
[`zricethezav/gitleaks:v6.1.2`](https://hub.docker.com/r/_/zricethezav/gitleaks)
* Default stage: `static_tests`
* When: `always`

## Allowing Failure

If you want for this job not to fail upon discovering a secret in the commits
of the repository, you can do that by adding this to your `.gitlab-ci.yml`

```
gitleaks:
  allow_failure: true
```
 No newline at end of file