-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Audit Manager > PCI DSS v3.2.1 controls #570
Conversation
…/steampipe-mod-aws-compliance into new-other-checks-query-pc
…/steampipe-mod-aws-compliance into new-other-checks-query-pc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after testing and making minor changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Priyanka-Chatterjee-2000 please take a look at the review comments. Thanks!!
Also could you please make updates to README and docs/index.md files to highighting the new benchmark?
when predicates is null or jsonb_array_length(predicates) = 0 then title || ' has no attached conditions.' | ||
else title || ' has attached conditions.' | ||
end as reason | ||
${local.common_dimensions_sql} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the resource support tags?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No the resource does not support tags
conformance_pack/waf.sp
Outdated
} | ||
|
||
control "waf_web_acl_logging_enabled" { | ||
title = "Logging should be enabled on on AWS Web Application Firewall (WAF) classic global web ACLs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title = "Logging should be enabled on on AWS Web Application Firewall (WAF) classic global web ACLs" | |
title = "WAF web ACL logging should be enabled" |
pci_dss_v321/requirement_1.sp
Outdated
] | ||
|
||
tags = merge(local.pci_dss_v321_requirement_1_common_tags, { | ||
pci_dss_v321_item_id = "1.3.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pci_dss_v321_item_id = "1.3.3" | |
pci_dss_v321_item_id = "1.3.5" |
No description provided.