diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ad75fd..486c00b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,7 +111,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@0ce65fae06c148e349f955c3c35ad049c11e838c # master + uses: bridgecrewio/checkov-action@002cd2e8cc0fe0535e6f364509e091c1a9870efa # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71 diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b8b08b0..d171f5e 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -91,7 +91,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@0ce65fae06c148e349f955c3c35ad049c11e838c # master + uses: bridgecrewio/checkov-action@002cd2e8cc0fe0535e6f364509e091c1a9870efa # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71