Add number of detected secrets in the end of the output in the pre-commit hooks #880
Open
1 of 2 tasks
Labels
good first issue
The issue can be tackled by someone who has little to no knowledge about the project.
help wanted
Indicates that we would like someone that’s not a maintainer to work on the issue.
P2
Important. E.g. a new feature that we want to include in the next release.
request
The issue is a request for a new feature or plugin.
triaged
The issue has been reviewed but has not been solved yet.
I'm submitting a ...
What is the current behavior?
The current output of the detect-secrets pre-commit hook lists secrets found but does not provide the total number of detected secrets at the end of the output.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
The output should include a summary at the end that shows the total number of secrets detected in the pre-commit hook scan.
What is the motivation / use case for changing the behavior?
Having the total count of detected secrets at the end of the output will provide better visibility to developers. It allows them to easily see how many secrets were found, without needing to manually count them.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: