Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime execution control (横断層).

This module provides runtime execution infrastructure:

  • Scan context management
  • Pipeline orchestration
  • Executor for running scans
  • Hook mode for CI/CD integration

Note: This module is a skeleton for v1.x and will be fully implemented in future versions.

Re-exports§

pub use crate::hook_mode::BashInput;
pub use crate::hook_mode::EditInput;
pub use crate::hook_mode::HookAnalyzer;
pub use crate::hook_mode::HookEvent;
pub use crate::hook_mode::HookEventName;
pub use crate::hook_mode::HookResponse;
pub use crate::hook_mode::WriteInput;
pub use crate::hook_mode::run_hook_mode;
pub use context::ScanContext;
pub use executor::ScanExecutor;
pub use hook::HookRunner;
pub use pipeline::Pipeline;
pub use pipeline::PipelineStage;

Modules§

context
Scan context management.
executor
Scan executor.
hook
Hook mode runner.
pipeline
Pipeline orchestration.