awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.31k stars 1.16k forks source link

Feature Request: Add support for pre-commit framework #115

Open jdyke opened 5 years ago

jdyke commented 5 years ago

Details around the pre-commit framework can be found here: https://pre-commit.com/

This feature would be a nice addition, similar to the CloudFormation Linter, detailed here: https://aws.amazon.com/blogs/mt/git-pre-commit-validation-of-aws-cloudformation-templates-with-cfn-lint/

acdha commented 4 years ago

I came here with the same request: our official coding standards use pre-commit.com and it'd be really nice to have this be a drop-in addition similar to detect-secrets

sparr commented 1 year ago

This appears to be implemented in #116 which is merged.