Constant TOOL_INFO_URI
pub const TOOL_INFO_URI: &str = "https://github.com/emrecdr/codelore";Expand description
Canonical project homepage. Surfaces in every SARIF report’s
tool.driver.informationUri — GitHub Code Scanning links the
driver name in the tool-details panel here. Shared with the diff
SARIF emitter via codelore_lib::output::sarif::TOOL_INFO_URI.