slalombuild / secureli

seCureLI is a tool that enables you to experience the delight of building products by helping you get ideas from your head into working software as frictionlessly as possible, in a reliable, secure, scalable, and observable way.
Apache License 2.0
29 stars 3 forks source link

Create ability to ignore default PII scanning patterns #487

Open JordoHeffernan opened 3 months ago

JordoHeffernan commented 3 months ago

As a user, I want to be able to stop secureli from scanning for the default PII patterns

AC

  1. Add item to .secureli.yaml called ignore-pii-patterns
  2. ignore-pii-patterns can only accept 'email', 'ssn', 'phone'
  3. 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.
  4. 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
  5. Add note in documentation to notify users of functionality
blonienc commented 1 month ago

This was completed in https://github.com/slalombuild/secureli/issues/558.