Files
debian-cis/.pre-commit-config.yaml
Damien Cavagnini 02f7e3699d feat: add basic pre commit
Ensure a check has a corresponding test
2025-06-18 12:20:30 +02:00

11 lines
280 B
YAML

repos:
- repo: local
hooks:
- id: check_has_test
name: check_has_test.sh
description: Ensure a check has a corresponding test
entry: hooks/check_has_test.sh
language: script
pass_filenames: true
files: "^bin/hardening/"