Skip to content

Commit

Permalink
fix: resolve checkov findings
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMakandra committed Aug 7, 2024
1 parent 0415c6e commit 6590620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .checkov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
skip-check:
# modules
- CKV_TF_1 # We are fine just using the module tag for the source
1 change: 1 addition & 0 deletions modules/eks/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ data "aws_iam_policy_document" "eks_ebs" {
}

resource "aws_kms_key" "eks" {
#checkov:skip=CKV2_AWS_64: We do not need a resource policy for this key
description = "EKS Secret Encryption Key"
deletion_window_in_days = 7
enable_key_rotation = true
Expand Down

0 comments on commit 6590620

Please sign in to comment.