gardener / machine-controller-manager

Declarative way of managing machines for Kubernetes cluster
Apache License 2.0
256 stars 117 forks source link

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 #888

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 9 months ago

Bumps github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.10.1...v5.11.0

v5.10.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.10.0...v5.10.1

v5.10.0

What's Changed

... (truncated)

Commits
  • 5d08d3b Merge pull request #958 from pjbgf/workval
  • 5bd1d8f build: Ensure checkout is the first operation
  • b2c1982 git: worktree, Align validation with upstream rules
  • cec7da6 Merge pull request #953 from pjbgf/alternates
  • 8b47ceb storage: filesystem, Add option to set a specific FS for alternates
  • 4f61489 Merge pull request #941 from djmoch/filestats-rename
  • ae552ce Merge pull request #939 from dhoizner/fix-pull-after-shallow
  • cc1895b Merge pull request #950 from aymanbagabas/validate-ref
  • de1d5a5 git: validate reference names
  • d87110b Merge pull request #948 from go-git/dependabot/go_modules/cli/go-git/github.c...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/gardener/machine-controller-manager/network/alerts).
gitguardian[bot] commented 9 months ago

⚠️ GitGuardian has uncovered 4 secrets 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 secrets in your pull request
| GitGuardian id | Secret | Commit | Filename | | | -------------- | ------------------------- | ---------------- | --------------- | -------------------- | | [9147235](https://dashboard.gitguardian.com/incidents/9147235?occurrence=122011991) | PGP Private Key | 63064aa9666f0ce7bb08191bc04aad6d3efc0905 | vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go | [View secret](https://github.com/gardener/machine-controller-manager/commit/63064aa9666f0ce7bb08191bc04aad6d3efc0905#diff-85b4bb0426f94b07d20436349f404b81b172782b7c6fb6b947f68a8cac33e763R463) | | [9147236](https://dashboard.gitguardian.com/incidents/9147236?occurrence=122011994) | PGP Private Key | 63064aa9666f0ce7bb08191bc04aad6d3efc0905 | vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go | [View secret](https://github.com/gardener/machine-controller-manager/commit/63064aa9666f0ce7bb08191bc04aad6d3efc0905#diff-85b4bb0426f94b07d20436349f404b81b172782b7c6fb6b947f68a8cac33e763R522) | | [9147237](https://dashboard.gitguardian.com/incidents/9147237?occurrence=122011993) | PGP Private Key | 63064aa9666f0ce7bb08191bc04aad6d3efc0905 | vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go | [View secret](https://github.com/gardener/machine-controller-manager/commit/63064aa9666f0ce7bb08191bc04aad6d3efc0905#diff-85b4bb0426f94b07d20436349f404b81b172782b7c6fb6b947f68a8cac33e763R480) | | [9147238](https://dashboard.gitguardian.com/incidents/9147238?occurrence=122011992) | PGP Private Key | 63064aa9666f0ce7bb08191bc04aad6d3efc0905 | vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go | [View secret](https://github.com/gardener/machine-controller-manager/commit/63064aa9666f0ce7bb08191bc04aad6d3efc0905#diff-85b4bb0426f94b07d20436349f404b81b172782b7c6fb6b947f68a8cac33e763R402) |
🛠 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 secrets 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 these secrets](https://docs.gitguardian.com/secrets-detection/detectors/specifics/private_key_pgp#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.

Our GitHub checks need improvements? Share your feedbacks!

gardener-robot commented 9 months ago

@dependabot[bot] Thank you for your contribution.

gardener-robot-ci-3 commented 9 months ago

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

gardener-robot commented 8 months ago

@dependabot[bot] You need rebase this pull request with latest master branch. Please check.

dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.