Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup and bump pre-commit hooks #162

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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