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
28 stars 3 forks source link

Add ability to exclude files from the PII Scan #486

Closed JordoHeffernan closed 3 months ago

JordoHeffernan commented 6 months ago

As a user, I want to be able set the PII scan to ignore specific files in my repo

AC

  1. Add flag --pii-exclude-file to scan command a. can be added multiple times b. flag takes file path as a string and passes it to pii-scan service to ignore
  2. Add pii-exclude-file config to .secureli.yaml a. pii-scan respects this config
  3. Update relevant documentation in README.md to reflect these changes
blonienc commented 3 months ago

Completed by @tristanl-slalom in this ticket: https://github.com/slalombuild/secureli/issues/558.