Cleanup unused files#14290
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the docker-compose.yml file to dynamically load environment files using the APP_ENV variable (e.g., .env${APP_ENV}). The reviewer recommends using the ${APP_ENV:-} syntax instead to prevent Docker Compose from throwing warnings when the APP_ENV variable is not defined in the host environment.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| - | - | Bearer Token | 5eaf9e8 | docs/src/development/api.md | View secret |
| 9468526 | Triggered | Generic Password | 68d92cc | .env_dev | View secret |
| 863333 | Triggered | Generic Password | 68d92cc | .env_dev | View secret |
| 863333 | Triggered | Generic Password | 68d92cc | .env_dev | View secret |
| 59204 | Triggered | Django Secret Key | 68d92cc | .env_dev | 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 secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- 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.
aa81e2e to
021ff9e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14290 +/- ##
=======================================
Coverage 74.91% 74.91%
=======================================
Files 982 982
Lines 60496 60496
Branches 8247 8247
=======================================
Hits 45319 45319
Misses 13346 13346
Partials 1831 1831 🚀 New features to boost your workflow:
|
Checklist
For all pull requests:
The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):
Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.