Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuMecca authored Sep 2, 2024
1 parent 5f1ba81 commit 39154a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- repo: git+https://github.com/ibm/detect-secrets.git
rev: master # Use the specific version or branch you prefer
repos:
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0 # Specify the version of detect-secrets you want to use
hooks:
- id: detect-secrets
args: [--baseline, .secrets.baseline]
args: ['--baseline', '.secrets.baseline']

0 comments on commit 39154a3

Please sign in to comment.