diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cfe9bc7..d356d50e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@5e1be991a847050c2f6f0cbc05eb255c4eb59b2f # master + uses: bridgecrewio/checkov-action@d5cf7815e6ec033e990dc1d66c346983339a912b # 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 10dc7f30..bc3a9640 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@5e1be991a847050c2f6f0cbc05eb255c4eb59b2f # master + uses: bridgecrewio/checkov-action@d5cf7815e6ec033e990dc1d66c346983339a912b # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120