We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57f7312 + 481972f commit 69ec06aCopy full SHA for 69ec06a
1 file changed
bbot/modules/trufflehog.py
@@ -15,7 +15,7 @@ class trufflehog(BaseModule):
15
}
16
17
class Config(BaseModuleConfig):
18
- version: str = Field("3.95.8", description="trufflehog version")
+ version: str = Field("3.95.9", description="trufflehog version")
19
config: str = Field("", description="File path or URL to YAML trufflehog config")
20
only_verified: bool = Field(True, description="Only report credentials that have been verified")
21
concurrency: int = Field(8, description="Number of concurrent workers")
0 commit comments