Skip to content

Commit

Permalink
checkov skips
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
jacobwoffenden authored Jan 20, 2025
1 parent 28f25f9 commit d005c63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/environments/analytical-platform-compute/acm.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module "acm_certificate" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions
#checkov:skip=CKV_TF_2:Module registry does not support tags for versions

source = "terraform-aws-modules/acm/aws"
version = "5.1.1"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ data "aws_iam_policy_document" "mwaa_execution_policy" {
}

module "mwaa_execution_iam_policy" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions
#checkov:skip=CKV_TF_2:Module registry does not support tags for versions

source = "terraform-aws-modules/iam/aws//modules/iam-policy"
version = "5.52.2"

Expand Down

0 comments on commit d005c63

Please sign in to comment.