Skip to content

Commit 6e33fbc

Browse files
more removals of blog and aws canary not triggered verbiage. (#3990)
1 parent 1f7636d commit 6e33fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/detectors/aws/access_keys/canary.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"github.com/trufflesecurity/trufflehog/v3/pkg/common"
1313
)
1414

15-
const thinkstMessage = "This is an AWS canary token generated at canarytokens.org, and was not set off; learn more here: https://trufflesecurity.com/canaries"
16-
const thinkstKnockoffsMessage = "This is an off brand AWS Canary inspired by canarytokens.org. It wasn't set off; learn more here: https://trufflesecurity.com/canaries"
15+
const thinkstMessage = "This is an AWS canary token generated at canarytokens.org."
16+
const thinkstKnockoffsMessage = "This is an off brand AWS Canary inspired by canarytokens.org."
1717

1818
var (
1919
thinkstCanaryList = map[string]struct{}{

0 commit comments

Comments
 (0)