diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9dc0b2..fe1e118 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,10 +69,10 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@1b813e8f72afe2b6263a6ea10c873707e21ebe44 # master + uses: bridgecrewio/checkov-action@be3465ae00c3f4e125ac7a63e91672f9df26337f # master with: file: cloudformation/template.yml - skip_check: CKV_AWS_59,CKV_AWS_120 + skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71 framework: cloudformation output_format: sarif output_file_path: reports/results.sarif diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 290c168..0db50a9 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -48,10 +48,10 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@1b813e8f72afe2b6263a6ea10c873707e21ebe44 # master + uses: bridgecrewio/checkov-action@be3465ae00c3f4e125ac7a63e91672f9df26337f # master with: file: cloudformation/template.yml - skip_check: CKV_AWS_59,CKV_AWS_120 + skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71 framework: cloudformation output_format: sarif output_file_path: reports/results.sarif