Skip to content

Commit

Permalink
feature: add pre-commit hooks (#538)
Browse files Browse the repository at this point in the history
* feature: update pre-commit to include latest versions

* fix: include template files
  • Loading branch information
joel-aws authored Apr 12, 2021
1 parent 48c23fa commit e060043
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: cfn-nag
name: stelligent CFN_NAG
description: Looks for patterns in CloudFormation templates that may indicate insecure infrastructure.
entry: cfn_nag_scan --input-path
language: ruby
files: \.(json|ya?ml|template)$

0 comments on commit e060043

Please sign in to comment.