stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -16,8 +16,8 @@ Provide a unified secret access layer for Scanner, Zastava, and related services
- `docs/modules/scanner/design/surface-validation.md`
- `docs/modules/scanner/architecture.md`
- `docs/modules/zastava/architecture.md`
- `docs/modules/airgap/airgap-mode.md`
- Security guidance in `docs/security/redaction-and-privacy.md`
- `docs/modules/airgap/guides/airgap-mode.md`
- Security guidance in `docs/contracts/redaction-defaults-decision.md`
## Working Agreement
1. **Status synchronisation**: update task state in both sprint file `/docs/implplan/SPRINT_*.md` and local `TASKS.md` whenever you start or complete work.
@@ -28,3 +28,4 @@ Provide a unified secret access layer for Scanner, Zastava, and related services
6. **Documentation**: keep `surface-secrets.md` current; collaborate with DevOps to update Helm/Compose/offline-kit instructions.
- 1. Update task status to `DOING`/`DONE` in both correspoding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.

View File

@@ -1,3 +1,4 @@
using System.Text.Json;
namespace StellaOps.Scanner.Surface.Secrets;

View File

@@ -1,3 +1,4 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;

View File

@@ -1,8 +1,9 @@
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
namespace StellaOps.Scanner.Surface.Secrets.Providers;

View File

@@ -1,8 +1,9 @@
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
namespace StellaOps.Scanner.Surface.Secrets.Providers;

View File

@@ -1,7 +1,8 @@
using StellaOps.Scanner.Surface.Env;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using StellaOps.Scanner.Surface.Env;
namespace StellaOps.Scanner.Surface.Secrets.Providers;

View File

@@ -1,9 +1,10 @@
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Surface.Env;
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Surface.Env;
namespace StellaOps.Scanner.Surface.Secrets.Providers;

View File

@@ -1,3 +1,5 @@
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.IO;
@@ -7,7 +9,6 @@ using System.Text;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
namespace StellaOps.Scanner.Surface.Secrets.Providers;

View File

@@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;

View File

@@ -0,0 +1,8 @@
# StellaOps.Scanner.Surface.Secrets Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |