stabilize tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
using System.Globalization;
|
||||
using System.Text.Json;
|
||||
|
||||
|
||||
@@ -11,3 +11,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
|
||||
| CLI-VEX-VERIFY-0001 | DONE | SPRINT_20260117_009 - VEX verify command added. |
|
||||
| CLI-VEX-EVIDENCE-0001 | DONE | SPRINT_20260117_009 - VEX evidence export command added. |
|
||||
| CLI-VEX-WEBHOOKS-0001 | DONE | SPRINT_20260117_009 - VEX webhooks commands added. |
|
||||
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
|
||||
|
||||
@@ -7,13 +7,14 @@
|
||||
// Description: CLI plugin module for VEX management commands including auto-downgrade and verification.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
using System.CommandLine;
|
||||
using System.Globalization;
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Cli.Configuration;
|
||||
using StellaOps.Cli.Extensions;
|
||||
using StellaOps.Cli.Plugins;
|
||||
using System.CommandLine;
|
||||
using System.Globalization;
|
||||
|
||||
namespace StellaOps.Cli.Plugins.Vex;
|
||||
|
||||
|
||||
@@ -5,12 +5,13 @@
|
||||
// Description: CLI commands for VEX observation attestation and Rekor verification
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
using System.CommandLine;
|
||||
using System.Globalization;
|
||||
using System.Text.Json;
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using StellaOps.Cli.Configuration;
|
||||
using StellaOps.Cli.Extensions;
|
||||
using System.CommandLine;
|
||||
using System.Globalization;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace StellaOps.Cli.Plugins.Vex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user