diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffa821d..1f426fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,7 +112,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@b75da993a1a8b73d1086c8d330cadeee5bcccb31 # master + uses: bridgecrewio/checkov-action@6772af193d58e46738c9401a4ca9c1f39de0fec8 # 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 477ce0c..3f9c107 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -94,7 +94,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@b75da993a1a8b73d1086c8d330cadeee5bcccb31 # master + uses: bridgecrewio/checkov-action@6772af193d58e46738c9401a4ca9c1f39de0fec8 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71