chore: add hadolint to commit hooks
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build documentation / preprocess (push) Successful in 3s
Build documentation / docs (push) Successful in 25s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 38s
Build documentation / build-docs-container (push) Successful in 56s
Build documentation / deploy-wiki (push) Successful in 4s
Build, Package and Push Images / container-build (push) Successful in 1m34s
Build, Package and Push Images / container-sbom-scan (push) Successful in 31s

This commit is contained in:
Timothy Schenk 2023-11-16 14:38:38 +01:00
parent 9900d3611b
commit ea89688d8b

View file

@ -17,3 +17,7 @@ repos:
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
hooks:
- id: hadolint-docker