diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e19f58a..a3be366 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@7a8a3ac7a8a3b42a60d7b902e92f7b4045a0d252 # master + uses: bridgecrewio/checkov-action@9f4d52eba73405270f85f510680242ca21b8a4fa # 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 b0384f5..c12a250 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@7a8a3ac7a8a3b42a60d7b902e92f7b4045a0d252 # master + uses: bridgecrewio/checkov-action@9f4d52eba73405270f85f510680242ca21b8a4fa # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120