Skip to content

Commit

Permalink
fix trufflehog tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 18, 2024
1 parent 3407637 commit 652f1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 652f1cd

Please sign in to comment.