Remove global.json and add extensive documentation for SBOM-first supply chain spine, diff-aware releases, binary intelligence graph, reachability proofs, smart-diff evidence, risk budget visualization, and weighted confidence for VEX sources. Introduce solution file for Concelier web service project.

This commit is contained in:
StellaOps Bot
2025-12-26 11:27:18 +02:00
parent 4f6dd4de83
commit e95eff2542
12 changed files with 695 additions and 144227 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
{
"solution": {
"path": "Concelier/StellaOps.Concelier.sln",
"projects": [
"StellaOps.Concelier.WebService\\StellaOps.Concelier.WebService.csproj",
"__Tests\\StellaOps.Concelier.WebService.Tests\\StellaOps.Concelier.WebService.Tests.csproj"
]
}
}

View File

@@ -1,6 +0,0 @@
{
"sdk": {
"version": "10.0.100",
"rollForward": "latestMinor"
}
}