Integrations
28 articles
Articles
README
Automate security scanning in your development pipeline. --- - CI/CD Overview - Concepts and setup - GitHub Actions - GitHub workflow integration - GitLab CI -...
Cicd Overview
Integrate Apogee into your continuous integration pipeline. Automated security scanning in your pipeline: - Catches vulnerabilities before merge - Enforces...
Custom Cicd
Integrate Apogee with any CI/CD platform. Any CI/CD system can integrate with Apogee using: - REST API for all operations - Webhooks for async notifications -...
Github Actions
Integrate Apogee into your GitHub workflow. - GitHub repository - Apogee account with API access - API key created --- 1. Go to Settings → API Keys 2. Click...
Gitlab Ci
Integrate Apogee into your GitLab pipeline. - GitLab repository - Apogee account with API access - API key created --- 1. Go to Apogee Settings → API Keys 2....
Jenkins
Integrate Apogee into your Jenkins pipeline. - Jenkins server - Apogee account with API access - API key created --- 1. Go to Apogee Settings → API Keys 2....
README
Scan contracts from the command line. --- bash pip install 0xapogee-cli 0xapogee auth login 0xapogee scan run contract.sol --- - CLI Overview - Installation...
Cli Commands
Complete reference for Apogee CLI commands. --- These options work with all commands: | Option | Description | |--------|-------------| | --help | Show help...
Cli Configuration
Configure the Apogee CLI for your workflow. --- Settings are resolved in this order (highest priority first): 1. Command-line flags - --api-url, --output, etc....
Cli Output Formats
The Apogee CLI supports multiple output formats for different use cases. --- | Format | Use Case | Machine-Readable | CI Integration |...
Cli Overview
The Apogee CLI provides command-line access to smart contract security scanning. --- - Scan contracts from the terminal - Multiple output formats: Table, JSON,...
Cli Pre Commit
Block commits with security vulnerabilities using Apogee CLI hooks. --- Pre-commit hooks scan your contracts before each commit, catching security issues...
README
Advanced integration options for enterprise customers. --- - SSO Configuration - Configure Single Sign-On with your identity provider --- - Custom Integrations...
Custom Integrations
Connect Apogee to your enterprise systems. --- Enterprise customers can integrate with: - Identity providers (SSO) - Security tools (SIEM, ticketing) -...
Sso Configuration
Set up Single Sign-On for your organization. --- SSO enables: - Single authentication source - Centralized user management - Enhanced security - Compliance...
README
The Integrations Hub is a unified dashboard for managing all your Apogee integrations in one place. Navigate to Integrations in the main navigation or go...
Service Accounts
Service Accounts are non-interactive accounts designed for CI/CD automation and programmatic access. Unlike personal API keys, service accounts are...
README
Apogee provides IDE extensions for real-time security scanning in your development environment. Get instant feedback on vulnerabilities as you write smart...
Jetbrains Plugin
> Status: In Development - The plugin code has been created but is not yet published to the JetBrains Marketplace. Installation currently requires building...
Neovim Plugin
> Status: In Development - The plugin code has been created but is not yet published. Installation requires cloning from the repository. The Apogee Neovim...
Vscode Plugin
> Status: In Development - The extension code has been created but is not yet published to the VS Code Marketplace. Installation currently requires building...
README
Get alerted when important events happen. --- - Scan completed - Critical vulnerability found - Status changes - Assignment updates --- - Managing Channels -...
Discord Integration
Get Apogee notifications in your Discord server. --- Receive real-time security scan notifications in Discord: - Scan completion alerts with rich embeds -...
Email Notifications
Configure email alerts for security scans and vulnerability findings. Apogee sends email notifications for important events: - Scan completions and failures -...
Managing Channels
Create and manage webhook notification channels for Slack, Teams, and Discord directly from the dashboard. Notification Channels let you configure...
Slack Integration
Get Apogee notifications directly in your Slack workspace. Receive real-time security scan notifications in Slack: - Scan completion alerts with vulnerability...
Teams Integration
Get Apogee notifications directly in your Microsoft Teams workspace. --- Receive real-time security scan notifications in Microsoft Teams: - Scan completion...
Webhooks
Receive real-time notifications when events occur in Apogee. Webhooks allow you to receive HTTP POST requests to your server when specific events happen, such...