Files
git.stella-ops.org/src/Cli/StellaOps.Cli/Services/ScannerExecutionResult.cs
2025-10-28 15:10:40 +02:00

4 lines
142 B
C#

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