7 lines
263 B
YAML
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
|