Skip to content

SectorFlow/repogate-extension-vscode

Repository files navigation

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 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
✉️ Support: support@repogate.io


Made with ❤️ for secure software development