diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af917565..662c75b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@7c0ac969f8f038127517995ba6dd82ef9d02f7d4 # master + uses: bridgecrewio/checkov-action@f6243e0bd0159652f2017c47743fbb7e36859d00 # 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 d2cb39d5..43258f35 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@7c0ac969f8f038127517995ba6dd82ef9d02f7d4 # master + uses: bridgecrewio/checkov-action@f6243e0bd0159652f2017c47743fbb7e36859d00 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120