Files
pre-commit/.pre-commit-hooks.yaml
Iain Sproat e4bde6ce7c
Release pipeline / Precommit check (push) Has been cancelled
fix(pre-commit): remove deprecated stage name & port to GitHub Actions (#5)
2026-04-03 10:31:16 +01:00

7 lines
263 B
YAML

- id: ggshield-not-ci
name: GitGuardian Shield (pre-commit)
description: Runs ggshield in non-CI environments to detect hardcoded secrets, security vulnerabilities and policy breaks.
stages: [pre-commit]
entry: hooks/ggshield-not-ci.sh
language: script