git-proxy
git-proxy copied to clipboard
Deploy custom push protections and policies on top of Git
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.26.5` -> `v3.26.6` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@esbuild/win32-x64](https://redirect.github.com/evanw/esbuild) | [`0.23.0` -> `0.24.0`](https://renovatebot.com/diffs/npm/@esbuild%2fwin32-x64/0.23.0/0.24.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@esbuild/darwin-x64](https://togithub.com/evanw/esbuild) | [`0.23.0` -> `0.23.1`](https://renovatebot.com/diffs/npm/@esbuild%2fdarwin-x64/0.23.0/0.23.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
@rvema contributed the OSSF Scorecard to the repository in https://github.com/finos/git-proxy/pull/676. If possible, it would be great to drive the score about 9.0 to ensure we excel at meeting OSSF's security...
make `COOKIE_SECRET` an env var instead of checking in `proxy.config.json` https://github.com/finos/git-proxy/blob/fd638483c70bc84f3f9cedb6e10f8d0a18bafacf/proxy.config.json#L3
**Is your feature request related to a problem? Please describe.** When Git Proxy receives a push, it returns the following message: remote: GitProxy has received your push ✅ remote: remote:...
When Git Proxy is running in a secure environment, the node process is likely running under some sort of user. This user should have local file permissions to create directories...
**Describe the bug** When Git Proxy is deployed on a server, the "Clone" component under /admin/repo on the UI has an `undefined` value for the host. It seems to stem...
After #558 , Git Proxy can no longer run without a private key & certificate available. Not all deployments are appropriate to run a direct TLS server such as when...
**Describe the bug** When installing Git Proxy as a package to execute & run, a configuration may be optionally provided for customization. When the `--config` option is omitted, it is...