From ffc325303a8900151812bba46c70de87fd1a5871 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:29:07 +0100 Subject: [PATCH] Fixup and bump pre-commit hooks (#162) --- .pre-commit-config.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 998746be..3515127c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: mixed-line-ending args: ["--fix=lf"] @@ -11,20 +11,22 @@ repos: exclude: README.md - id: trailing-whitespace - repo: https://github.com/norwoodj/helm-docs - rev: v1.11.0 + rev: v1.11.3 hooks: - id: helm-docs - repo: https://github.com/bridgecrewio/checkov.git - rev: 3.0.21 + rev: 3.1.29 hooks: - id: checkov + additional_dependencies: + - "cyclonedx-python-lib==5.2.0" # https://github.com/bridgecrewio/checkov/issues/5841 files: charts/.*\.yaml$ verbose: true args: - --quiet - --compact - repo: https://github.com/jtyr/kubeconform-helm - rev: v0.1.15 + rev: v0.1.16 hooks: - id: kubeconform-helm alias: kubeconform-helm-min @@ -35,7 +37,7 @@ repos: - --exclude-charts=alfresco-common,alfresco-sync-service - --values-dir=ci - repo: https://github.com/jtyr/kubeconform-helm - rev: v0.1.15 + rev: v0.1.16 hooks: - id: kubeconform-helm name: "Kubeconform Helm - current k8s version"