Last active
May 24, 2022 20:38
-
-
Save heywoodlh/75a0416876f127684b2bc0a01daee5e3 to your computer and use it in GitHub Desktop.
Pre-commit hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- id: gitleaks-docker | |
name: Detect hardcoded secrets | |
description: Detect hardcoded secrets using Gitleaks | |
entry: heywoodlh/gitleaks protect --verbose --redact --no-git | |
language: docker_image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment