Skip to content

Instantly share code, notes, and snippets.

@micklove
Created March 6, 2020 00:41
Show Gist options
  • Save micklove/064acc95f02405af3bd37b5fbcdf5490 to your computer and use it in GitHub Desktop.
Save micklove/064acc95f02405af3bd37b5fbcdf5490 to your computer and use it in GitHub Desktop.
cloudformation-templates: ## Find all Cloudformation Templates e.g. for yamlint, cfnlint, cfnnag, etc...
@find -E $(CURDIR) \
-regex ".*(yaml|yml|json|template)" \
-not -path "*/node_modules/*" \
-exec grep -il AWSTemplate {} \; \
| grep -v ".aws-sam"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment