Draft: Use secrets detection db to identify secrets
Use a secrets detection database to identify secrets in user supplied data
- Example (MIT License): https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
- Prefer using the GitLab version of this DB
- Items that match are marked as
IsSecret - Perform matching after the record phase
Edited by Michael Eddington