Skip to content

Commit 37e1e03

Browse files
Bob Strahangudivt
authored andcommitted
Add CDK Nag suppression for IAM policy complexity in pattern-2 template
1 parent 48fcea7 commit 37e1e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patterns/pattern-2/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,8 @@ Resources:
10551055
reason: "Function does not require concurrent execution limits as it is designed to scale based on demand"
10561056
- id: W11
10571057
reason: "Cloudwatch does not support resource-level permissions, and Bedrock should support any enabled Bedrock model_id or inference profile"
1058+
- id: W76
1059+
reason: "Suppressing W76: SPCM for IAM policy document is higher than 25"
10581060
# checkov:skip=CKV_AWS_116: "DLQ not required for this function as StepFunctions will handle retries"
10591061
# checkov:skip=CKV_AWS_173: "Environment variables do not contain sensitive data - only configuration values like feature flags and non-sensitive settings"
10601062
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"

0 commit comments

Comments
 (0)