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 BlockSecOps into your continuous integration pipeline. Automated security scanning in your pipeline: - Catches vulnerabilities before merge -...
Custom Cicd
Integrate BlockSecOps with any CI/CD platform. Any CI/CD system can integrate with BlockSecOps using: - REST API for all operations - Webhooks for async...
Github Actions
Integrate BlockSecOps into your GitHub workflow. - GitHub repository - BlockSecOps account with API access - API key created --- 1. Go to Settings → API Keys...
Gitlab Ci
Integrate BlockSecOps into your GitLab pipeline. - GitLab repository - BlockSecOps account with API access - API key created --- 1. Go to BlockSecOps Settings...
Jenkins
Integrate BlockSecOps into your Jenkins pipeline. - Jenkins server - BlockSecOps account with API access - API key created --- 1. Go to BlockSecOps Settings →...
README
Scan contracts from the command line. --- bash pip install blocksecops-cli blocksecops auth login blocksecops scan run contract.sol --- - CLI Overview -...
Cli Commands
Complete reference for BlockSecOps CLI commands. --- These options work with all commands: | Option | Description | |--------|-------------| | --help | Show...
Cli Configuration
Configure the BlockSecOps CLI for your workflow. --- Settings are resolved in this order (highest priority first): 1. Command-line flags - --api-url, --output,...
Cli Output Formats
The BlockSecOps CLI supports multiple output formats for different use cases. --- | Format | Use Case | Machine-Readable | CI Integration |...
Cli Overview
The BlockSecOps CLI provides command-line access to smart contract security scanning. --- - Scan contracts from the terminal - Multiple output formats: Table,...
Cli Pre Commit
Block commits with security vulnerabilities using BlockSecOps 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 BlockSecOps 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 BlockSecOps 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
BlockSecOps 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 BlockSecOps 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 BlockSecOps 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. BlockSecOps sends email notifications for important events: - Scan completions and...
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 BlockSecOps notifications directly in your Slack workspace. Receive real-time security scan notifications in Slack: - Scan completion alerts with...
Teams Integration
Get BlockSecOps notifications directly in your Microsoft Teams workspace. --- Receive real-time security scan notifications in Microsoft Teams: - Scan...
Webhooks
Receive real-time notifications when events occur in BlockSecOps. Webhooks allow you to receive HTTP POST requests to your server when specific events happen,...