git-proxy icon indicating copy to clipboard operation
git-proxy copied to clipboard

Deploy custom push protections and policies on top of Git

Results 107 git-proxy issues
Sort by recently updated
recently updated
newest added

# Detection of slurs, swear words and profanities ## About Automatically detect and flag the use of slurs, swear words, and profanities in code commits. Scan commit messages and code...

Changes: - upgrade to react 18 - upgrade to mui v6 - increase specificity of app styles to override mui component styles - replace react-html-parser with html-react-parser Notes: After an...

maintenance
automation

### Description: This PR aims to improve the repository's security posture by adhering to the principle of least privilege and enhancing the OSSF Scorecard score. The following changes have been...

maintenance

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@esbuild/darwin-x64](https://redirect.github.com/evanw/esbuild) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/@esbuild%2fdarwin-x64/0.23.0/0.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@esbuild%2fdarwin-x64/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@esbuild%2fdarwin-x64/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

maintenance

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [perfect-scrollbar](https://perfectscrollbar.com/) ([source](https://redirect.github.com/mdbootstrap/perfect-scrollbar)) | [`1.5.5` -> `1.5.6`](https://renovatebot.com/diffs/npm/perfect-scrollbar/1.5.5/1.5.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/perfect-scrollbar/1.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

fix

closes #771

bug
documentation
plugins
maintenance
feature

As discussed with @JamieSlome directly, this PR adds basic usage tracking tooling with Scarf, compliant with CNCF guidelines. There are a few code-level modifications in this PR: - Basic metrics...

maintenance

This PR introduces the checkSensitiveData feature, which enhances the security by scanning files like .csv for vulnerabilities and sensitive information. The implementation includes: Functionality: - Created a push-action CheckSensitiveData which...

feature

**Describe the bug** Documentation suggested Git Proxy example plugin: [@finos/git-proxy-plugin-samples](https://www.npmjs.com/package/@finos/git-proxy-plugin-samples) doesn't work. While installing it using npm locally fails. **To Reproduce** Steps to reproduce the behavior: 1. Go to [Plugins...

# Media Assets Plugin Detection ## About A plugin to detect assets, media files, etc in the git commits. A user can configure plugin to explicitly not allow certain media...