Skip to content

Commit

Permalink
Update test_secretfinder_regex_checker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveYesland authored Jan 18, 2024
1 parent 2e9a5d1 commit 88019d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_secretfinder_regex_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
("DSA Private Key: -----BEGIN DSA PRIVATE KEY-----", True, "SSH (DSA) private key"),
("EC Private Key: -----BEGIN EC PRIVATE KEY-----", True, "SSH (EC) private key"),
("PGP Private Key: -----BEGIN PGP PRIVATE KEY BLOCK-----", True, "PGP private key block"),
("OpenSSH Private Key: -----BEGIN OPENSSH PRIVATE KEY-----", True, "OpenSSH private key"),
("SSH (ed25519) private key: -----BEGIN OPENSSH PRIVATE KEY-----", True, "SSH (ed25519) private key"),
("Twilio API Key: SKAbCdEf123AbCdEf123AbCdEf123AbCdE", True, "Twilio API Key"),
("Twitter Access Token: twitter_1234567890123456789012345678901234567890-1234567890123456789012345678901234567890", True, "Twitter Access Token"),
]
Expand Down

0 comments on commit 88019d4

Please sign in to comment.