Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix trufflehog install from failing #3333

Merged
merged 2 commits into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/credentials-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-pip

- name: Install requirements
run: pip install trufflehog3 jtbl
run: python3 -m pip install --no-deps trufflehog3 pyyaml==6.0 attrs==20.3.0 gitpython==3.1.30 jinja2==3.0.1 tabulate>=0.8.10 jtbl gitdb>=4.0.1 typing-extensions>=3.7.4.3 smmap>=3.0.1 markupsafe>=2.0

- name: Scan with trufflehog3
id: scan
Expand Down
Loading