-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How can I use it offline? The network environment I'm in cannot connect to the internet. #3961
Comments
For offline scanning, first ensure that trufflehog is installed on your system. Then execute your scan using the |
I executed it, but I’m not sure how to determine the cause of the issue in the output results. For example, the result indicates that there’s a problem on a specific line, but if I need to communicate this to the relevant developers, how should I describe the issue and how it should be fixed? Could you provide me with a related documentation or guide? |
Trufflehog scans sources to detect secrets. For example, if you run it on a folder or file in your system and a secret is found, the output might look like this:
To notify a developer, you can say: To fix this, the secret should either be removed from public access or, if it's in the code, replaced with an environment variable instead of being hardcoded. |
How can I use it offline? The network environment I'm in cannot connect to the internet.
The text was updated successfully, but these errors were encountered: