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)"