Skip to content

Commit b47cecc

Browse files
Merge pull request #67 from Onboardbase/post-sdk-updates
feat: updated sentry verification url
2 parents 4f40c7c + ca1bb7c commit b47cecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "securelog-scan",
3-
"version": "3.0.17",
3+
"version": "3.0.18",
44
"description": "A CLI tool to scan codebases for potential secrets.",
55
"main": "dist/index.js",
66
"author": {

src/detectors/sentry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const scan = async (
2626

2727
if (verify) {
2828
try {
29-
await httpClient.get("https://api.vercel.com/www/user", {
29+
await httpClient.get("https://sentry.io/api/0/projects/", {
3030
headers: {
3131
Authorization: `Bearer ${resMatch}`,
3232
},

0 commit comments

Comments
 (0)