We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6c5a0 commit dbfd97dCopy full SHA for dbfd97d
find_compromised_secrets.js
@@ -43,7 +43,7 @@ async function extractSecretsFromLogs(logUrl) {
43
44
let lines = logContent.split("\n");
45
46
- secrets.push(...findSecretsInLines(lines, base64Regex));
+ secrets.push(...findSecretsInLines(lines));
47
}
48
49
0 commit comments