microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
scripts/tests/fixtures/security-state/phase-1-minimal.json
34lines · modecode
| 1 | { |
| 2 | "projectSlug": "example-project", |
| 3 | "securityPlanFile": "security/plan.md", |
| 4 | "currentPhase": 1, |
| 5 | "entryMode": "capture", |
| 6 | "disclaimerShownAt": null, |
| 7 | "phaseGates": { |
| 8 | "phase1": { "gate": "hard", "confirmedAt": null }, |
| 9 | "phase2": { "gate": "summary-and-advance" }, |
| 10 | "phase3": { "gate": "summary-and-advance" }, |
| 11 | "phase4": { "gate": "hard", "confirmedAt": null }, |
| 12 | "phase5": { "gate": "summary-and-advance" }, |
| 13 | "phase6": { "gate": "hard", "confirmedAt": null } |
| 14 | }, |
| 15 | "bucketsCompleted": [], |
| 16 | "standardsMapped": [], |
| 17 | "riskSurfaceStarted": false, |
| 18 | "handoffGenerated": { "ado": false, "github": false }, |
| 19 | "context": { |
| 20 | "techStack": ["dotnet"], |
| 21 | "deploymentModel": "cloud-native", |
| 22 | "dataClassification": "internal", |
| 23 | "complianceTargets": [] |
| 24 | }, |
| 25 | "referencesProcessed": [], |
| 26 | "nextActions": [], |
| 27 | "userPreferences": { "autonomyTier": "guided" }, |
| 28 | "raiEnabled": false, |
| 29 | "raiScope": "none", |
| 30 | "raiTier": "none", |
| 31 | "raiRecommendationShown": false, |
| 32 | "raiPlannerDispatched": false, |
| 33 | "aiComponents": [] |
| 34 | } |
| 35 | |