-
Notifications
You must be signed in to change notification settings - Fork 0
Test secret scanner #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
5568ec8
to
d5326d8
Compare
src/app/dropbox/page.tsx
Outdated
@@ -143,9 +143,10 @@ const handleVectorizeConnectDropbox = async () => { | |||
authorization: data.authorization | |||
} | |||
}); | |||
|
|||
const awsKey = "AKIA1234567890ABCDEF"; | |||
const problemSecret = "AKIAIOSFODNN7EXaAMPLE"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id generic-api-key
in commit ab43e99.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore
file and commit the change to this branch.
echo ab43e99d812da9af8f8f9f925b478703d5d6d329:src/app/dropbox/page.tsx:generic-api-key:147 >> .gitleaksignore
@@ -143,9 +143,9 @@ const handleVectorizeConnectDropbox = async () => { | |||
authorization: data.authorization | |||
} | |||
}); | |||
|
|||
const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id generic-api-key
in commit 631821a.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore
file and commit the change to this branch.
echo 631821a57ed4e32823de17fb36cb0a85fd11e60c:src/app/dropbox/page.tsx:generic-api-key:146 >> .gitleaksignore
src/app/dropbox/page.tsx
Outdated
@@ -143,9 +143,10 @@ const handleVectorizeConnectDropbox = async () => { | |||
authorization: data.authorization | |||
} | |||
}); | |||
|
|||
const awsKey = "AKIA1234567890ABCDEF"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id aws-access-token
in commit 80aaa41.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore
file and commit the change to this branch.
echo 80aaa410e276b03aeeb5a6a74fb8e11c9734c39f:src/app/dropbox/page.tsx:aws-access-token:146 >> .gitleaksignore
@@ -143,9 +143,12 @@ const handleVectorizeConnectDropbox = async () => { | |||
authorization: data.authorization | |||
} | |||
}); | |||
|
|||
const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx" | |||
const test_token = "test_1234567890abcdefghijklmnopqrstuvwx"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id generic-api-key
in commit d5326d8.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore
file and commit the change to this branch.
echo d5326d8eac7e0059da629d3d10009f3bfb1bceb3:src/app/dropbox/page.tsx:generic-api-key:147 >> .gitleaksignore
const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx" | ||
const test_token = "test_1234567890abcdefghijklmnopqrstuvwx"; | ||
const AWS_ACCESS_KEY_ID = "AKIA1234567890ABCDEFGHI"; | ||
const AWS_SECRET_ACCESS_KEY = "1234567890abcdefghijklmnopqrstuvwx"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛑 Gitleaks has detected a secret with rule-id generic-api-key
in commit d5326d8.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore
file and commit the change to this branch.
echo d5326d8eac7e0059da629d3d10009f3bfb1bceb3:src/app/dropbox/page.tsx:generic-api-key:149 >> .gitleaksignore
No description provided.