https://github.com/sectorflow/repogate-extension-vscode
Repogate.io VS Code Extention
https://github.com/sectorflow/repogate-extension-vscode
code-quality dependency-management dependency-monitoring dependency-security developer-tools devsecops gradle ide-plugin maven npm npm-security package-management security security-tools supply-chain-security vscode-extension vulnerability-scanning
Last synced: about 1 month ago
JSON representation
Repogate.io VS Code Extention
- Host: GitHub
- URL: https://github.com/sectorflow/repogate-extension-vscode
- Owner: SectorFlow
- License: mit
- Created: 2025-11-14T09:43:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-16T20:33:20.000Z (7 months ago)
- Last Synced: 2025-11-16T22:09:57.345Z (7 months ago)
- Topics: code-quality, dependency-management, dependency-monitoring, dependency-security, developer-tools, devsecops, gradle, ide-plugin, maven, npm, npm-security, package-management, security, security-tools, supply-chain-security, vscode-extension, vulnerability-scanning
- Language: TypeScript
- Homepage: https://repogate.io
- Size: 373 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RepoGate
**Stay compliant. Keep coding.**
RepoGate automatically checks your dependencies against your organization's security policies—so you know if a package is approved *before* you commit your code.
## Why RepoGate?
✅ **Know before you commit** - Get instant feedback on package approvals
✅ **Save time** - No waiting for security reviews after the fact
✅ **Stay compliant** - Meet your organization's security requirements automatically
✅ **Keep developing** - Non-blocking notifications that don't interrupt your flow
## Quick Start
### 1. Install
Install from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=repogate.repogate) or download the `.vsix` file.
### 2. Sign In
Open Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`) and run:
- **RepoGate: Sign In with EntraID** (Recommended)
- **RepoGate: Sign In with API Token** (Legacy)
### 3. Start Coding
That's it! RepoGate will automatically monitor your dependencies and let you know if anything needs attention.
## How It Works
1. **Add a dependency** to `package.json`, `pom.xml`, or `build.gradle`
2. **RepoGate checks** it against your security policies
3. **Get instant feedback** - approved, pending, or denied
4. **Fix if needed** before committing
## Supported Package Managers
- **npm** (`package.json`)
- **Maven** (`pom.xml`)
- **Gradle** (`build.gradle`, `build.gradle.kts`)
## Need Help?
📚 **Documentation**: [repogate.io/docs](https://repogate.io/docs)
✉️ **Support**: support@repogate.io
---
**Made with ❤️ for secure software development**