Skip to content

Commit 24dc86c

Browse files
authored
Merge pull request #7 from microsoft:copilot/add-comparison-view-for-reports
feat: add interactive run comparison view to executive summary
2 parents d843b5b + 7c12d59 commit 24dc86c

6 files changed

Lines changed: 1341 additions & 13 deletions

File tree

PSScriptAnalyzerSettings.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@
4040
# disk but are internal helpers — not public cmdlets that need
4141
# -WhatIf / -Confirm semantics.
4242
'PSUseShouldProcessForStateChangingFunctions'
43+
44+
# Get-PriorScanRuns intentionally silences all errors from reading
45+
# prior scan files — corrupt, unreadable, or schema-invalid files
46+
# should be skipped without surfacing noise to the user.
47+
'PSAvoidUsingEmptyCatchBlock'
4348
)
4449
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The output of an adoqr run includes:
4343
- **Organization summary** — a single view of org-level posture
4444
- **Per-project reports** — best-practice adoption for each project
4545
- **Executive dashboard** — KPI cards, an adoption ring, and a project comparison table
46+
- **Not checked explanations** — reason categories and scoped details for controls that need permissions, prerequisites, configuration data, or manual review
4647
- **Remediation plan** — every unique action ranked by impact, with links to Microsoft Learn
4748

4849
Each run creates a **timestamped folder** under `assessments/` (e.g.

0 commit comments

Comments
 (0)