From ac8e0684f727a59607e0884fd2e58ba9b5ee4d21 Mon Sep 17 00:00:00 2001 From: Manuel Enrique Colotti s297014 Date: Thu, 14 Sep 2023 11:35:31 +0200 Subject: [PATCH] External modules --- .github/workflows/IaC_Sec_checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/IaC_Sec_checks.yml b/.github/workflows/IaC_Sec_checks.yml index 3dd772f..02ae001 100644 --- a/.github/workflows/IaC_Sec_checks.yml +++ b/.github/workflows/IaC_Sec_checks.yml @@ -35,6 +35,8 @@ jobs: - name: Checkov GitHub Action uses: bridgecrewio/checkov-action@v12 + with: + download_external_modules: true #if: ${{ steps.pr_status.outputs.data.state == 'open' || steps.pr_status.outputs.data.state == 'reopened' }} with: