From 652f1cdaa984a86e263d002d541b3f47e3296365 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Dec 2024 13:36:04 -0500 Subject: [PATCH] fix trufflehog tests --- bbot/test/test_step_2/module_tests/test_module_trufflehog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/test/test_step_2/module_tests/test_module_trufflehog.py b/bbot/test/test_step_2/module_tests/test_module_trufflehog.py index fdda67069..599f004f2 100644 --- a/bbot/test/test_step_2/module_tests/test_module_trufflehog.py +++ b/bbot/test/test_step_2/module_tests/test_module_trufflehog.py @@ -1193,7 +1193,7 @@ def check(self, module_test, events): or e.data["host"] == "github.com" or e.data["host"] == "www.postman.com" ) - and "Potential Secret Found." in e.data["description"] + and "Possible Secret Found." in e.data["description"] and "Raw result: [https://admin:admin@internal.host.com]" in e.data["description"] ] # Trufflehog should find 4 unverifiable secrets, 1 from the github, 1 from the workflow log, 1 from the docker image and 1 from the postman.