Skip to content

Commit

Permalink
ci: Scan for secrets pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Jun 19, 2022
1 parent 5e48a36 commit 53bab5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
# - repo: https://github.com/gitguardian/ggshield
# rev: main
# hooks:
# - id: ggshield
# language_version: python3
# stages: [commit]
- repo: https://github.com/gitguardian/ggshield
rev: v1.12.0
hooks:
- id: ggshield
language_version: python3
stages: [commit]

# - repo: https://github.com/pre-commit/mirrors-jshint
# rev: '' # Use the sha / tag you want to point at
Expand Down

0 comments on commit 53bab5d

Please sign in to comment.