-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address security static analysis things (#52)
- Loading branch information
Showing
7 changed files
with
3,345 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
SHELL:=/bin/bash -O globstar # Needed to make sure the glob below finds file at the root of the folder | ||
|
||
lint: | ||
cfn-lint ./templates/**/*.yaml | ||
cfn-lint ./templates/**/*.yaml | ||
static-analysis-guard: # Only focusing on the templates that get published to consumers for now | ||
cfn-guard validate \ | ||
--rules ./guard-rules-registry-all-rules.guard \ | ||
--data ./templates/honeypot.yaml \ | ||
--data ./templates/honeypot-stack-policies.yaml \ | ||
--show-summary all |
Oops, something went wrong.