fix(pre-commit): remove deprecated stage name & port to GitHub Actions (#5)
Release pipeline / Precommit check (push) Has been cancelled

This commit is contained in:
Iain Sproat
2026-04-03 10:31:16 +01:00
committed by GitHub
parent 20883c95e8
commit e4bde6ce7c
8 changed files with 44 additions and 184 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
- 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: [commit]
stages: [pre-commit]
entry: hooks/ggshield-not-ci.sh
language: script