diff --git a/.github/workflows/cf-test.yml b/.github/workflows/cf-test.yml index 33cd7f3d..324428c0 100644 --- a/.github/workflows/cf-test.yml +++ b/.github/workflows/cf-test.yml @@ -26,10 +26,10 @@ jobs: - uses: bridgecrewio/checkov-action@master with: directory: 'aws-observability/' - quiet: false + quiet: true framework: cloudformation output_format: cli - output_bc_ids: true + output_bc_ids: false CFSecurityChecksCFNNAG: name: "cfn-nag for Cloud Formation template"