Skip to content

Commit

Permalink
test tfsec
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 committed Jun 3, 2024
1 parent d5561f3 commit c223688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- name: tfsec
uses: aquasecurity/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: ''
6 changes: 3 additions & 3 deletions modules/terraform/aws/data-disk/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "aws_ebs_volume" "data_disk" {
iops = var.data_disk_iops_read_write
throughput = var.data_disk_mbps_read_write

encrypted = true
kms_key_id = aws_kms_key.ebs_encryption.id
tags = var.tags
# encrypted = true
# kms_key_id = aws_kms_key.ebs_encryption.id
tags = var.tags
}

0 comments on commit c223688

Please sign in to comment.