Skip to content

Commit

Permalink
Add hadolint-py to pre-commit hooks
Browse files Browse the repository at this point in the history
This is a Python package that provides a pip-installable hadolint binary.
It makes it so hadolint can be run without needing to be installed on a
user's system.
  • Loading branch information
michaelsaki authored and mcdonnnj committed Oct 2, 2024
1 parent f0e55b3 commit 59c96be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ repos:
rev: v3.0.1
hooks:
- id: docker-compose-check
- repo: https://github.com/AleksaC/hadolint-py
rev: v2.12.1b3
hooks:
- id: hadolint

# Packer hooks
- repo: https://github.com/cisagov/pre-commit-packer
Expand Down

0 comments on commit 59c96be

Please sign in to comment.