Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 963 Bytes

File metadata and controls

26 lines (22 loc) · 963 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • CLI interface with scan, rules, and plugins commands
  • Language support:
    • Advanced support: Rust, Python
    • Medium support: PHP, Java
    • Basic support: TypeScript, JavaScript, Go, Ruby
    • Configuration files: Dockerfile, Kubernetes YAML, Terraform HCL, JSON, YAML & Generic
  • Rule engine with:
    • YAML/JSON rule definitions with regex patterns
    • Semgrep-compatible rule format
    • OPA WASM module execution
  • Output formats: text, JSON, SARIF 2.1.0
  • Plugin system with manifest-based discovery
  • Rule set management (install, update, list, remove, verify, inspect)
  • Parallel file processing
  • Baseline comparison functionality
  • Inline suppression comment support