From 8e64f7e5e3fcf0259632e238a9f6fd686acc4d18 Mon Sep 17 00:00:00 2001 From: Himanshu Sharma Date: Fri, 2 Aug 2024 11:56:00 +0530 Subject: [PATCH] skipping cfn lint tests --- .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 73deeab1..a69417db 100644 --- a/.github/workflows/cf-test.yml +++ b/.github/workflows/cf-test.yml @@ -14,7 +14,7 @@ jobs: - name: Print the Cloud Formation Linter Version & run Linter. run: | - cfn-lint aws-observability/**/*.yaml --ignore-templates aws-observability/**/*TestTemplate.yaml + cfn-lint aws-observability/**/*.yaml --ignore-templates aws-observability/**/*TestTemplate.yaml --ignore-checks W3011 CFSecurityChecksCheckovt: name: "Security Checks (checkov)"