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
{ | |
"window.zoomLevel": 1, | |
"symbols.hidesExplorerArrows": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.fontFamily": "Firacode Mono Medium", | |
"editor.fontSize": 14, | |
"editor.lineHeight": 1.8, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.renderLineHighlight": "gutter", | |
"editor.fontLigatures": true, |
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"} |