Skip to content

Commit 69ec06a

Browse files
authored
Merge pull request #3295 from blacklanternsecurity/update-trufflehog
Update trufflehog to 3.95.9
2 parents 57f7312 + 481972f commit 69ec06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bbot/modules/trufflehog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class trufflehog(BaseModule):
1515
}
1616

1717
class Config(BaseModuleConfig):
18-
version: str = Field("3.95.8", description="trufflehog version")
18+
version: str = Field("3.95.9", description="trufflehog version")
1919
config: str = Field("", description="File path or URL to YAML trufflehog config")
2020
only_verified: bool = Field(True, description="Only report credentials that have been verified")
2121
concurrency: int = Field(8, description="Number of concurrent workers")

0 commit comments

Comments
 (0)