From ddcac27552a9480dcaadd2bb8a83a3a055355607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:17:06 +0000 Subject: [PATCH] chore(deps): update checkov --- sync-root/.github/workflows/terraform-validation.yaml | 2 +- sync-root/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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