Skip to content

Commit

Permalink
Update pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfontaine committed Apr 20, 2024
1 parent b7135d0 commit 0f7b4ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/terraform:1": {
"installTFsec": true
},
"ghcr.io/devcontainers/features/terraform:1": {},
"ghcr.io/dhoeric/features/hadolint:1": {}
},
"mounts": [
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.1
hooks:
- id: ruff
args: [--fix]
Expand All @@ -44,16 +44,16 @@ repos:
- id: hadolint

- repo: https://github.com/bridgecrewio/checkov
rev: 3.2.53
rev: 3.2.72
hooks:
- id: checkov
args: ["--skip-framework", "dockerfile", "--quiet"]

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.4
rev: v1.89.0
hooks:
- id: terraform_fmt
- id: terraform_providers_lock
- id: terraform_tflint
- id: terraform_tfsec
- id: terraform_trivy
- id: terraform_validate
File renamed without changes.

0 comments on commit 0f7b4ac

Please sign in to comment.