-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
feature(Vite): support compiler vite #75
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Your Render PR Server URL is https://taro-hooks-pr-75.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cqgrv588fa8c73cfmvpg. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
10540110 | Triggered | Generic High Entropy Secret | d85c020 | website/docusaurus.config.js | View secret |
🛠 Guidelines to remediate hardcoded secrets
-
Revoke and rotate the secret.
-
If possible, rewrite git history with
git commit --amend
andgit push --force
.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
{ | ||
cloud: { | ||
indexId: 'tkujjwkk1hfnz3lpg91pqn0y', | ||
oramaCloudAPIKey: '4J9QUHFPmOzc9N6QN7oo5AYTKS1BEUzp', // Env variable suggested |
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 d85c020.
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 d85c02023402cbc25ff335c5067d047db763e19b:website/docusaurus.config.js:generic-api-key:132 >> .gitleaksignore
}, | ||
algolia: { | ||
appId: 'HIV804W7Z6', | ||
apiKey: '409a0690d65dac63b8f71447f88083fe', |
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 d85c020.
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 d85c02023402cbc25ff335c5067d047db763e19b:website/docusaurus.config.js:generic-api-key:366 >> .gitleaksignore
🤔 这个变动的性质是?/ What is the nature of this change?
🔗 相关 Issue / Related Issue
💡 需求背景和解决方案 / Background or solution
for taro4.x vite compiler plugin
📝 更新日志 / Changelog