Skip to content

Commit cd3ae29

Browse files
committed
Skip check
1 parent 8989a40 commit cd3ae29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ resource "aws_iam_role" "default" {
108108

109109
resource "aws_instance" "default" {
110110
#bridgecrew:skip=BC_AWS_GENERAL_31: Skipping `Ensure Instance Metadata Service Version 1 is not enabled` check until BridgeCrew supports conditional evaluation. See https://github.com/bridgecrewio/checkov/issues/793
111+
#bridgecrew:skip=BC_AWS_GENERAL_68: Skipping ebs_optimized check for `true`
111112
#bridgecrew:skip=BC_AWS_NETWORKING_47: Skiping `Ensure AWS EC2 instance is configured with VPC` because it is incorrectly flagging that this instance does not belong to a VPC even though subnet_id is configured.
112113
count = local.instance_count
113114
ami = local.ami

0 commit comments

Comments
 (0)