secureli
secureli copied to clipboard
Add ability to exclude files from the PII Scan
As a user, I want to be able set the PII scan to ignore specific files in my repo
AC
- Add flag
--pii-exclude-filetoscancommand a. can be added multiple times b. flag takes file path as a string and passes it to pii-scan service to ignore - Add
pii-exclude-fileconfig to .secureli.yaml a. pii-scan respects this config - Update relevant documentation in README.md to reflect these changes