We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f40c7c + ca1bb7c commit b47ceccCopy full SHA for b47cecc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "securelog-scan",
3
- "version": "3.0.17",
+ "version": "3.0.18",
4
"description": "A CLI tool to scan codebases for potential secrets.",
5
"main": "dist/index.js",
6
"author": {
src/detectors/sentry/index.ts
@@ -26,7 +26,7 @@ const scan = async (
26
27
if (verify) {
28
try {
29
- await httpClient.get("https://api.vercel.com/www/user", {
+ await httpClient.get("https://sentry.io/api/0/projects/", {
30
headers: {
31
Authorization: `Bearer ${resMatch}`,
32
},
0 commit comments