Skip to content

Commit dbfd97d

Browse files
authored
Remove extra argument
1 parent 4c6c5a0 commit dbfd97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find_compromised_secrets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function extractSecretsFromLogs(logUrl) {
4343

4444
let lines = logContent.split("\n");
4545

46-
secrets.push(...findSecretsInLines(lines, base64Regex));
46+
secrets.push(...findSecretsInLines(lines));
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)