Skip to content

Commit

Permalink
ci(pre-commit): migrate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Nov 6, 2024
1 parent 6d6cf7d commit b59d321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ repos:
name: Gitleaks
entry: bash -c 'gitleaks detect --source . -v'
language: system
stages: ["commit", "push"]
stages: ["pre-commit", "pre-push"]
- id: trufflehog
name: TruffleHog
description: Detect secrets in your data.
entry: bash -c 'trufflehog git file://. --since-commit HEAD --only-verified --fail --no-update'
# For running trufflehog in docker, use the following entry instead:
# entry: bash -c 'docker run --rm -v "$(pwd):/workdir" -i --rm trufflesecurity/trufflehog:latest git file:///workdir --since-commit HEAD --only-verified --fail'
language: system
stages: ["commit", "push"]
stages: ["pre-commit", "pre-push"]
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.6.1
hooks:
Expand Down

0 comments on commit b59d321

Please sign in to comment.