Last active
June 1, 2023 18:16
-
-
Save Gabryel8818/20e30b1a54f638ed1445157ab0ae6942 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
─ docker run --rm -it -v "$PWD:/pwd" docker.io/trufflesecurity/trufflehog:latest github --org=trufflesecurity | |
2023-06-01T18:16:43Z info-0 trufflehog loaded decoders {"count": 3} | |
2023-06-01T18:16:43Z info-0 trufflehog loaded detectors {"total": 745, "verification_enabled": 745, "verification_disabled": 0} | |
2023-06-01T18:16:43Z error trufflehog failed to initialize github source {"source_type": "SOURCE_TYPE_GITHUB", "source_name": "github", "error": "git version is 2.34.8, but must be greater than or equal to 2.36.6, and less than 3.0.0"} | |
2023-06-01T18:16:43Z error trufflehog Failed to scan Github. {"error": "git version is 2.34.8, but must be greater than or equal to 2.36.6, and less than 3.0.0"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment