Hylozoic / hylo

2 stars 0 forks source link

WIP: Circleci monorepo setup #25

Open lorenjohnson opened 2 weeks ago

brodeur commented 2 weeks ago

Alert!

On Fri, Oct 25, 2024 at 5:28 PM gitguardian[bot] @.***> wrote:

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components. 🔎 Detected hardcoded secret in your pull request GitGuardian id GitGuardian status Secret Commit Filename 14047417 https://dashboard.gitguardian.com/workspace/11872/incidents/14047417?occurrence=169204093 Triggered Generic Password 4e3ffe6 https://github.com/Hylozoic/hylo/commit/4e3ffe65ba5e663045d99df4de03e23817f5265c docker-compose.yml View secret https://github.com/Hylozoic/hylo/commit/4e3ffe65ba5e663045d99df4de03e23817f5265c#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3R7 🛠 Guidelines to remediate hardcoded secrets

  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here https://blog.gitguardian.com/secrets-api-management?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment the best practices.
  3. Revoke and rotate this secret https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/generics/generic_password#revoke-the-secret?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment .
  4. If possible, rewrite git history https://blog.gitguardian.com/rewriting-git-history-cheatsheet?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment. 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


🦉 GitGuardian https://dashboard.gitguardian.com/auth/login/?utm_medium=checkruns&utm_source=github&utm_campaign=cr1 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.

— Reply to this email directly, view it on GitHub https://github.com/Hylozoic/hylo/pull/25#issuecomment-2439080854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAULVHGT7RSXBKBYZBU563Z5LO37AVCNFSM6AAAAABQUHU23SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZGA4DAOBVGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gitguardian[bot] commented 2 weeks ago

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [397097](https://dashboard.gitguardian.com/workspace/11872/incidents/397097?occurrence=169212421) | Triggered | Generic Password | 345ae7780c1ea0ea1bc78baf9e11de065fe648da | .circleci/continue_config.yml | [View secret](https://github.com/Hylozoic/hylo/commit/345ae7780c1ea0ea1bc78baf9e11de065fe648da#diff-71e295330550f17d011d6354c7e2c231e9f4a43cdbf92e511ffa0f15cea7ae60R45) |
🛠 Guidelines to remediate hardcoded secrets
1. Understand the implications of revoking this secret by investigating where it is used in your code. 2. Replace and store your secret safely. [Learn here](https://blog.gitguardian.com/secrets-api-management?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) the best practices. 3. Revoke and [rotate this secret](https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/generics/generic_password#revoke-the-secret?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). 4. If possible, [rewrite git history](https://blog.gitguardian.com/rewriting-git-history-cheatsheet?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). 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](https://blog.gitguardian.com/secrets-api-management/?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) for managing and storing secrets including API keys and other credentials - install [secret detection on pre-commit](https://docs.gitguardian.com/ggshield-docs/integrations/git-hooks/pre-commit?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) 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.

lorenjohnson commented 2 weeks ago

Alert!

All good

Alert! On Fri, Oct 25, 2024 at 5:28 PM gitguardian[bot] @.> wrote: ⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request. Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components. 🔎 Detected hardcoded secret in your pull request GitGuardian id GitGuardian status Secret Commit Filename 14047417 https://dashboard.gitguardian.com/workspace/11872/incidents/14047417?occurrence=169204093 Triggered Generic Password 4e3ffe6 <4e3ffe6> docker-compose.yml View secret <4e3ffe6#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3R7> 🛠 Guidelines to remediate hardcoded secrets 1. Understand the implications of revoking this secret by investigating where it is used in your code. 2. Replace and store your secret safely. Learn here https://blog.gitguardian.com/secrets-api-management?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment the best practices. 3. Revoke and rotate this secret https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/generics/generic_password#revoke-the-secret?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment . 4. If possible, rewrite git history https://blog.gitguardian.com/rewriting-git-history-cheatsheet?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment. 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 https://blog.gitguardian.com/secrets-api-management/?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment for managing and storing secrets including API keys and other credentials - install secret detection on pre-commit https://docs.gitguardian.com/ggshield-docs/integrations/git-hooks/pre-commit?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment to catch secret before it leaves your machine and ease remediation. ------------------------------ 🦉 GitGuardian https://dashboard.gitguardian.com/auth/login/?utm_medium=checkruns&utm_source=github&utm_campaign=cr1 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. — Reply to this email directly, view it on GitHub <#25 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAULVHGT7RSXBKBYZBU563Z5LO37AVCNFSM6AAAAABQUHU23SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZGA4DAOBVGQ . You are receiving this because you are subscribed to this thread.Message ID: @.>

Noted. It's not a real password, but it will probably move into our CircleCI env var config in a bit anyway.