diff --git a/sync-root/.github/workflows/terraform-validation.yaml b/sync-root/.github/workflows/terraform-validation.yaml index e27f355..95c0e6e 100644 --- a/sync-root/.github/workflows/terraform-validation.yaml +++ b/sync-root/.github/workflows/terraform-validation.yaml @@ -150,7 +150,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov - uses: bridgecrewio/checkov-action@v12.2577.0 + uses: bridgecrewio/checkov-action@v12.2719.0 with: container_user: 1000 directory: "/" diff --git a/sync-root/.pre-commit-config.yaml b/sync-root/.pre-commit-config.yaml index 1aa6827..04bbc75 100644 --- a/sync-root/.pre-commit-config.yaml +++ b/sync-root/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: terraform_docs - id: terraform_validate - repo: https://github.com/bridgecrewio/checkov.git - rev: 3.2.60 + rev: 3.2.67 hooks: - id: checkov verbose: false