Skip to content

Commit

Permalink
Fixup and bump pre-commit hooks (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Dec 11, 2023
1 parent 6d58418 commit ffc3253
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,30 @@ 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"]
- id: end-of-file-fixer
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
Expand All @@ -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"
Expand Down

0 comments on commit ffc3253

Please sign in to comment.