Skip to content

Commit

Permalink
feat: enable CIS benchmark v1.4.0 standard (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozaq committed Dec 3, 2022
1 parent 07dc101 commit bb724cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/securityhub-baseline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "aws_securityhub_invite_accepter" "invitee" {
resource "aws_securityhub_standards_subscription" "cis" {
count = var.enable_cis_standard ? 1 : 0

standards_arn = "arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0"
standards_arn = "arn:aws:securityhub:${data.aws_region.current.name}::standards/cis-aws-foundations-benchmark/v/1.4.0"

depends_on = [aws_securityhub_account.main]
}
Expand Down

0 comments on commit bb724cd

Please sign in to comment.