secureli
secureli copied to clipboard
update `specific-test` flag on scan command to include custom hooks
As a user, I want to be able to only run one custom scan, similar to running only one pre-commit hook
AC
- scan command flag
--specific-testand-taccepts both pre-commit hook ids and ids for our custom scans - custom scan ids are
check-piiandcheck-regex - If one of these are passed in to the flag, it will run that scan, otherwise move on to current functionality of running the indicated pre-commit-hook.
- Update documentation in README and relevant functions to clarify this functionality
Notes
Dependent on completion of #460 and #435