Open
Description
When running git-seekret check
the default behavior is to ignore staged files in a git repository. In order to check for staged files it is necessary to run:
git-seekret check -s
I would suggest that the default behavior is to check for staged files when running git-seekret check
and to leave an option to disable checking for staged files. As git-seekret
has configuration options this might be more beneficial to be an option that can be set or unset per user basis.
Something along the lines of:
Disable checking of staged files
git-seekret check --disable staged-files
Enable checking of staged files
git-seekret check --enable staged-files
Metadata
Metadata
Assignees
Labels
No labels