secureli
secureli copied to clipboard
Create ability to ignore default PII scanning patterns
As a user, I want to be able to stop secureli from scanning for the default PII patterns
AC
- Add item to .secureli.yaml called
ignore-pii-patterns -
ignore-pii-patternscan only accept 'email', 'ssn', 'phone' - if one of these items is included in the secureli congif, ignore that category when the PII scan runs a. if there are any items in ignore-pii-patterns beyond the acceptable list, throw an error.
- add ability to put new items into config via cli, either with a new flag on an existing command or a new command a. confirm user's input fits acceptable items, throw an error if it does not
- Add note in documentation to notify users of functionality
This was completed in https://github.com/slalombuild/secureli/issues/558.