Draft: Use secrets detection db to identify secrets

Use a secrets detection database to identify secrets in user supplied data

  1. Example (MIT License): https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
    1. Prefer using the GitLab version of this DB
  2. Items that match are marked as IsSecret
  3. Perform matching after the record phase
Edited by Michael Eddington