microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
scripts/tests/fixtures/sssc-state/phase-1-minimal.json
41lines · modecode
| 1 | { |
| 2 | "projectSlug": "example-project", |
| 3 | "ssscPlanFile": ".copilot-tracking/sssc-plans/example-project/sssc-plan.md", |
| 4 | "currentPhase": 1, |
| 5 | "entryMode": "capture", |
| 6 | "scopingComplete": false, |
| 7 | "assessmentComplete": false, |
| 8 | "standardsMapped": false, |
| 9 | "gapAnalysisComplete": false, |
| 10 | "backlogGenerated": false, |
| 11 | "handoffGenerated": { "ado": false, "github": false }, |
| 12 | "context": { |
| 13 | "techStack": [], |
| 14 | "packageManagers": [], |
| 15 | "ciPlatform": "", |
| 16 | "releaseStrategy": "", |
| 17 | "complianceTargets": [] |
| 18 | }, |
| 19 | "referencesProcessed": [], |
| 20 | "nextActions": [], |
| 21 | "userPreferences": { |
| 22 | "autonomyTier": "guided", |
| 23 | "outputDetailLevel": "standard", |
| 24 | "targetSystem": "github", |
| 25 | "audienceProfile": "technical", |
| 26 | "includeOptionalArtifacts": { "sbom": false, "scorecardProjection": false, "artifactSigning": false } |
| 27 | }, |
| 28 | "ssscEnabled": true, |
| 29 | "signingRequested": false, |
| 30 | "signingManifestPath": null, |
| 31 | "disclaimerShownAt": null, |
| 32 | "noticeLog": [], |
| 33 | "phaseGates": { |
| 34 | "phase1": { "gate": "hard", "confirmedAt": null }, |
| 35 | "phase2": { "gate": "summary-and-advance" }, |
| 36 | "phase3": { "gate": "summary-and-advance" }, |
| 37 | "phase4": { "gate": "hard", "confirmedAt": null }, |
| 38 | "phase5": { "gate": "summary-and-advance" }, |
| 39 | "phase6": { "gate": "hard", "confirmedAt": null } |
| 40 | } |
| 41 | } |
| 42 | |