diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32799fb..12c5550 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@e28bcecbf174dfbefd2829b5e2ded9d5aead6e9e # master + uses: bridgecrewio/checkov-action@fa45bce4384650003ab4f450b022372c3c13ef75 # 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 d676dc4..78a2c26 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@e28bcecbf174dfbefd2829b5e2ded9d5aead6e9e # master + uses: bridgecrewio/checkov-action@fa45bce4384650003ab4f450b022372c3c13ef75 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120