docs consolidation and others
This commit is contained in:
@@ -5,6 +5,6 @@ Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0046-M | DONE | Maintainability audit for StellaOps.Attestor.Bundle.Tests. |
|
||||
| AUDIT-0046-T | DONE | Test coverage audit for StellaOps.Attestor.Bundle.Tests. |
|
||||
| AUDIT-0046-A | TODO | Pending approval for changes. |
|
||||
| AUDIT-0046-M | DONE | Revalidated maintainability for StellaOps.Attestor.Bundle.Tests (2026-01-06). |
|
||||
| AUDIT-0046-T | DONE | Revalidated test coverage for StellaOps.Attestor.Bundle.Tests (2026-01-06). |
|
||||
| AUDIT-0046-A | DONE | Waived (test project). |
|
||||
|
||||
@@ -5,6 +5,6 @@ Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0048-M | DONE | Maintainability audit for StellaOps.Attestor.Bundling.Tests. |
|
||||
| AUDIT-0048-T | DONE | Test coverage audit for StellaOps.Attestor.Bundling.Tests. |
|
||||
| AUDIT-0048-A | TODO | Pending approval for changes. |
|
||||
| AUDIT-0048-M | DONE | Revalidated maintainability for StellaOps.Attestor.Bundling.Tests. |
|
||||
| AUDIT-0048-T | DONE | Revalidated test coverage for StellaOps.Attestor.Bundling.Tests. |
|
||||
| AUDIT-0048-A | DONE | Waived (test project; revalidated 2026-01-06). |
|
||||
|
||||
@@ -98,7 +98,8 @@ public sealed class OciAttestationAttacherIntegrationTests : IAsyncLifetime
|
||||
Digest = "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
};
|
||||
|
||||
var predicateType = "stellaops.io/predicates/scan-result@v1";
|
||||
// Predicate type for attestation fetch
|
||||
_ = "stellaops.io/predicates/scan-result@v1";
|
||||
|
||||
// Act & Assert
|
||||
// Would fetch specific attestation by predicate type
|
||||
@@ -119,7 +120,8 @@ public sealed class OciAttestationAttacherIntegrationTests : IAsyncLifetime
|
||||
Digest = "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
};
|
||||
|
||||
var attestationDigest = "sha256:attestation-digest-placeholder";
|
||||
// Attestation digest to remove
|
||||
_ = "sha256:attestation-digest-placeholder";
|
||||
|
||||
// Act & Assert
|
||||
// Would remove attestation from registry
|
||||
|
||||
Reference in New Issue
Block a user