Skip to content

Commit

Permalink
Merge pull request #66 from blowekamp/fix_trufflehog
Browse files Browse the repository at this point in the history
Fix turfflehog pip version syntax
  • Loading branch information
blowekamp authored Aug 23, 2023
2 parents 5d91a94 + ffe2d60 commit 7f6d224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Linting
run: |
pip install pre-commit trufflehog3>=3.0
pip install pre-commit "trufflehog3>=3.0"
pre-commit run --all-files
- name: Run trufflehog3 detector
run: |
Expand Down

0 comments on commit 7f6d224

Please sign in to comment.