Skip to content

Commit

Permalink
Adding the blacklist file
Browse files Browse the repository at this point in the history
  • Loading branch information
AtulGoel committed Nov 9, 2024
1 parent f8bd6d6 commit f6a8b49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .cfn-nag-blacklist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
RulesToSuppress:
- id: W58
reason: "Suppressing Lambda VPC rule for functions that don't need VPC access"
- id: W89
reason: "Suppressing Lambda permission rule for functions with necessary permissions"
- id: F1000
reason: "Suppressing IAM role check for internal resources"
- id: W11
reason: "Suppressing IAM resource * rule for specific use cases"
- id: W12
reason: "Suppressing IAM action * rule for specific use cases"

0 comments on commit f6a8b49

Please sign in to comment.