namespace StellaOps.Cli.Services; internal sealed record ScannerExecutionResult(int ExitCode, string ResultsPath, string RunMetadataPath);