-
Notifications
You must be signed in to change notification settings - Fork 121
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
feat: support secure interactions with private repositories 🔒 #806
Conversation
Dependency ReviewThe following issues were found:
License Issuespackage-lock.json
Allowed Licenses: MIT, Apache-2.0, BSD-3-Clause, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, X11, MPL-2.0, MPL-1.0, MPL-1.1, MPL-2.0, Zlib Excluded from license check: pkg:npm/caniuse-lite OpenSSF ScorecardScorecard details
Scanned Files
|
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #806 +/- ##
=======================================
Coverage 63.11% 63.11%
=======================================
Files 47 47
Lines 1678 1681 +3
=======================================
+ Hits 1059 1061 +2
- Misses 619 620 +1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
LGTM. It's great to get private repo contributions back without embedding the creds in the .git/config
🚀
Added some thoughts but nothing major holding this back
Co-authored-by: j-k <[email protected]>
….com/finos/git-proxy into fix-private-to-private-contributions
…butions feat: support secure interactions with private repositories 🔒
Closes #552