stelligent / cfn_nag

Linting tool for CloudFormation templates
MIT License
1.25k stars 209 forks source link

flag to ignore warnings #553

Closed sriram9707 closed 3 years ago

sriram9707 commented 3 years ago

How to ignore warnings on cfn nag checks.

arothian commented 3 years ago

Hi @sriram9707 , you can ignore rules using metadata in your template. See https://github.com/stelligent/cfn_nag#per-resource-rule-suppression for an example.