Clarify what -Severity parameter filters#444
Conversation
|
Learn Build status updates of commit 781ebb9: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation for Invoke-ScriptAnalyzer to clarify that the -Severity parameter filters reported rule violations after analysis completes, rather than limiting which rules are executed.
Changes:
- Clarifies that
-Severityfilters output only after all rules have run. - Explicitly states
-Severitydoes not change which rules are executed, and points toGet-ScriptAnalyzerRulefor efficient rule selection.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit d210b00: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Clarify what -Severity parameter filters
PR Checklist