Skip to content

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Test secret scanner #6

wants to merge 7 commits into from

Conversation

DK09876
Copy link
Collaborator

@DK09876 DK09876 commented Jun 4, 2025

No description provided.

@DK09876 DK09876 requested review from cdbartholomew and benfrank241 and removed request for cdbartholomew June 4, 2025 16:02
@DK09876 DK09876 force-pushed the testSecretScanner branch from 5568ec8 to d5326d8 Compare June 10, 2025 16:34
@@ -143,9 +143,10 @@ const handleVectorizeConnectDropbox = async () => {
authorization: data.authorization
}
});

const awsKey = "AKIA1234567890ABCDEF";
const problemSecret = "AKIAIOSFODNN7EXaAMPLE";

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"

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

@@ -143,9 +143,10 @@ const handleVectorizeConnectDropbox = async () => {
authorization: data.authorization
}
});

const awsKey = "AKIA1234567890ABCDEF";

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";

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";

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants