From 659a1f00394fb0dab5cab50d78957d911064162a Mon Sep 17 00:00:00 2001 From: Akhil Dangore Date: Wed, 5 Jun 2024 17:59:40 +0530 Subject: [PATCH] CKV Sorted list for CF --- .github/workflows/cf-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cf-test.yml b/.github/workflows/cf-test.yml index 7cead0bc..73deeab1 100644 --- a/.github/workflows/cf-test.yml +++ b/.github/workflows/cf-test.yml @@ -30,7 +30,7 @@ jobs: framework: cloudformation output_format: cli output_bc_ids: false - skip_check: CKV_AWS_26,CKV_AWS_116,CKV_AWS_117,CKV_AWS_115,CKV_AWS_108,CKV_AWS_173,CKV_AWS_18,CKV_AWS_21,CKV_AWS_109,CKV_AWS_67,CKV_AWS_36,CKV_AWS_35,CKV_AWS_111,CKV_AWS_54,CKV_AWS_56,CKV_AWS_55,CKV_AWS_53 + skip_check: CKV_AWS_18,CKV_AWS_21,CKV_AWS_26,CKV_AWS_35,CKV_AWS_36,CKV_AWS_53,CKV_AWS_54,CKV_AWS_55,CKV_AWS_56,CKV_AWS_67,CKV_AWS_108,CKV_AWS_109,CKV_AWS_111,CKV_AWS_115,CKV_AWS_116,CKV_AWS_117,CKV_AWS_173 CFSecurityChecksCFNNAG: name: "Security Checks (cfn-nag)"