Skip to content

Commit

Permalink
Merge pull request awslabs#116 from ScaleSec/master
Browse files Browse the repository at this point in the history
Adding support for pre-commit framework
  • Loading branch information
mtdowling authored Nov 22, 2019
2 parents 3958dac + b4a3208 commit 5e28df3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- id: git-secrets
name: Git Secrets
description: git-secrets scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories.
entry: 'git-secrets --pre_commit_hook'
language: script

0 comments on commit 5e28df3

Please sign in to comment.