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-patterns can 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
As a user, I want to be able to stop secureli from scanning for the default PII patterns
AC
ignore-pii-patternsignore-pii-patternscan only accept 'email', 'ssn', 'phone'a. if there are any items in ignore-pii-patterns beyond the acceptable list, throw an error.
a. confirm user's input fits acceptable items, throw an error if it does not