valknut-rs 1.5.1

High-performance Rust implementation of valknut code analysis algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Example environment variables for docker-compose.yml
# Copy to `.env` and adjust paths to match your host system.

# Host path to mount inside containers (defaults to repository root when unset)
WORKSPACE_PATH=./

# Directory for generated reports
REPORTS_PATH=./reports

# Directory containing Valknut configuration files
CONFIG_PATH=./config