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

chore(dependency): add TruffleHog dependency to docs #4115

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: 2 additions & 0 deletions docs/developer-guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Before we merge any of your pull requests we pass checks to the code, we use the

You can see all dependencies in file `pyproject.toml`.

Moreover, you would need to install [`TruffleHog`](https://github.com/trufflesecurity/trufflehog) to check for secrets in the code. You can install it using the official installation guide [here](https://github.com/trufflesecurity/trufflehog?tab=readme-ov-file#floppy_disk-installation).

## Pull Request Checklist

If you create or review a PR in https://github.com/prowler-cloud/prowler please follow this checklist:
Expand Down