Secrets have different forms in code depending on the language or on custom configurations.
It would be good to be able to supply a list of patterns to use during secret detection in replacement or addition to the existing default patterns found in:
As a developerI want to customise the patterns used for secret detection via CLI option or plugin customisation in the .hawkeyerc file
So that I can exclude default patterns, or add patterns that are relevant to my code base.
Issue Template
Description
Secrets have different forms in code depending on the language or on custom configurations.
It would be good to be able to supply a list of patterns to use during secret detection in replacement or addition to the existing default patterns found in:
https://github.com/hawkeyesec/scanner-cli/blob/master/lib/modules/files-secrets/data.js
Feature Template
As a developer I want to customise the patterns used for secret detection via CLI option or plugin customisation in the
.hawkeyerc
file So that I can exclude default patterns, or add patterns that are relevant to my code base.