Skip to content
Snippets Groups Projects

Resolve "Add Automated Secrets Detection"

Merged Raul Barreras requested to merge 6-add-automated-secrets-detection into develop
2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,7 +10,9 @@
## Detects secrets in the current project
- One 'analysis' stage with one job
- One 'analysis' stage with one job
- Allows the job to fail without impacting the rest of the CI (allow_failure: true)
``` yml
stages:
@@ -21,6 +23,7 @@ variables:
- docker
script:
- docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets -s -e 4.5
allow_failure: true
```
# Inline Allowlisting
Loading