Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

File metadata and controls

25 lines (18 loc) · 1.08 KB

Documentation

Overview

This documentation describes the Sekoia.io automation library, which provides components for building automation playbooks.

Documentation Structure

The documentation is organized into the following sections:

  • Organization - Repository structure and layout
  • Module - Module definition, structure, and manifest specification
  • Action - Action implementation and configuration
  • Trigger - Trigger implementation and configuration
  • Connector - Connector implementation for event collection
  • Testing - Testing guidelines and procedures
  • Development Guidelines - Code standards and best practices
  • Glossary - Terminology and definitions

Quick Start

  1. Understand the repository Organization
  2. Learn about Modules and their structure
  3. Review the Glossary for key terminology
  4. Follow Development Guidelines when contributing