Conversation
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 15022326 | Triggered | Generic High Entropy Secret | b278943 | cookbook/github-trending/.env | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 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.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
cookbook/company-info/.env.example
Outdated
cookbook/homes-forsale/.env.example
Outdated
cookbook/wired-news/.env.example
Outdated
scrapegraph-py/cookbook/trial.py
Outdated
There was a problem hiding this comment.
the files changed panel is not updated and they are not present in the codebase (https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/lama-index-integration/cookbook/company-info)
There was a problem hiding this comment.
lurenss
left a comment
There was a problem hiding this comment.
An additonal thing:
notebook Cookbook in the cookbook folder are not the same as the one in the scrapegraph-py/cookbook, they need to share the same file both folders.
The one in the cookbook are right, just copy those in to scrapegraph-py/cookbook
interesting and we have to figure out the roadmap, other org like https://github.com/crewAIInc/crewAI splits the examples folder to a different repo https://github.com/crewAIInc/crewAI-examples from the principal codebase |

No description provided.