diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6db62a92..7e3940cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@8e15b4f80a52cb5acf44a8b6de370dd60ceed4a0 # master + uses: bridgecrewio/checkov-action@822daab5b7e499b443dd08e0217886b11a8b71fd # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120 diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2262d601..c88135d9 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -48,7 +48,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@8e15b4f80a52cb5acf44a8b6de370dd60ceed4a0 # master + uses: bridgecrewio/checkov-action@822daab5b7e499b443dd08e0217886b11a8b71fd # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120