-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Dec 18, 2024
1 parent
3407637
commit 652f1cd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]]" 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. | ||
|