more audit work

This commit is contained in:
master
2026-01-08 10:21:51 +02:00
parent 43c02081ef
commit 51cf4bc16c
546 changed files with 36721 additions and 4003 deletions

View File

@@ -5,7 +5,7 @@ using System.Text.Encodings.Web;
using System.Text.Json;
using System.Text.Json.Serialization;
using StellaOps.Attestor.Envelope;
using StellaOps.Determinism.Abstractions;
using StellaOps.Determinism;
using StellaOps.Policy.Scoring.Engine;
namespace StellaOps.Policy.Scoring.Receipts;

View File

@@ -1,6 +1,6 @@
using System.Collections.Immutable;
using StellaOps.Attestor.Envelope;
using StellaOps.Determinism.Abstractions;
using StellaOps.Determinism;
namespace StellaOps.Policy.Scoring.Receipts;

View File

@@ -14,6 +14,7 @@
<ItemGroup>
<PackageReference Include="JsonSchema.Net" />
<ProjectReference Include="..\..\__Libraries\StellaOps.Determinism.Abstractions\StellaOps.Determinism.Abstractions.csproj" />
<ProjectReference Include="..\..\Attestor\StellaOps.Attestor.Envelope\StellaOps.Attestor.Envelope.csproj" />
</ItemGroup>