Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 687 Bytes

File metadata and controls

19 lines (14 loc) · 687 Bytes

Check Documentation

Local Documentation

For detailed check development patterns, see:

  • docs/developer-guide/checks.mdx - Complete guide for creating security checks
  • docs/developer-guide/check-metadata-guidelines.mdx - Metadata writing standards and best practices
  • docs/developer-guide/configurable-checks.mdx - Using audit_config for configurable checks
  • docs/developer-guide/renaming-checks.mdx - Guidelines for renaming existing checks

Contents

The documentation covers:

  • Check structure and naming conventions
  • Metadata schema and field descriptions
  • Check implementation patterns per provider
  • Configurable check parameters
  • Check renaming procedures