Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ConnectionMaster
/
PSScriptAnalyzer
Public
forked from
PowerShell/PSScriptAnalyzer
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
[pull] master from PowerShell:master
- #13
#13
Open
pull[bot]
wants to merge 31 commits into
ConnectionMaster:master
ConnectionMaster/PSScriptAnalyzer:master
from
PowerShell:master
PowerShell/PSScriptAnalyzer:master
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Open
[pull] master from PowerShell:master
#13
pull[bot]
wants to merge 31 commits into
ConnectionMaster:master
ConnectionMaster/PSScriptAnalyzer:master
from
PowerShell:master
PowerShell/PSScriptAnalyzer:master
Copy head branch name to clipboard
Commits
Commits on Sep 11, 2023
Update minimum PowerShell Core version to 7.2.11 as 7.0 is now EOL (#1872)
Show description for 85ad15b
bergmeister
authored
85ad15b
View commit details
Copy full SHA for 85ad15b
Browse repository at this point
Remove dead code and simplify (#1856)
Show description for bd79460
bergmeister
authored
bd79460
View commit details
Copy full SHA for bd79460
Browse repository at this point
PSReservedParams - link about_CommonParameters (#1908)
Show description for 2e77c2a
3 people
authored
2e77c2a
View commit details
Copy full SHA for 2e77c2a
Browse repository at this point
Commits on Sep 17, 2023
Enable suppression of PSAvoidAssignmentToAutomaticVariable for specific variable or parameter (#1896)
Show description for 40be593
fflaten
authored
40be593
View commit details
Copy full SHA for 40be593
Browse repository at this point
Upgrade to use .NET 6 (#1873)
bergmeister
authored
772997f
View commit details
Copy full SHA for 772997f
Browse repository at this point
Add ErrorView to SpecialVars.cs (#1865)
Show description for af02e80
ewisniew0
authored
af02e80
View commit details
Copy full SHA for af02e80
Browse repository at this point
Commits on Jan 16, 2024
Generate strongly typed resources as part of build (#1855)
Show description for 847b146
bergmeister
authored
847b146
View commit details
Copy full SHA for 847b146
Browse repository at this point
Allow suppression of PSUseSingularNouns for specific function (#1903)
Show description for 45edb8d
fflaten
and
bergmeister
authored
45edb8d
View commit details
Copy full SHA for 45edb8d
Browse repository at this point
Adding ToString() methods to [CorrectionExtent] and [DiagnosticRecord] (#1946)
Show description for e22c65f
StartAutomating
authored
e22c65f
View commit details
Copy full SHA for e22c65f
Browse repository at this point
Add PSNativeCommandUseErrorActionPreference preference variable (#1954)
aelij
authored
59190fe
View commit details
Copy full SHA for 59190fe
Browse repository at this point
Prevent NullReferenceException for null analysis type. (#1949)
Show description for 9314e69
hubuk
authored
9314e69
View commit details
Copy full SHA for 9314e69
Browse repository at this point
Commits on Jan 18, 2024
Convert UseSingularNouns to configurable rule and add Windows to allowlist (#1858)
Show description for da64672
MJVL
and
bergmeister
authored
da64672
View commit details
Copy full SHA for da64672
Browse repository at this point
Bump Newtonsoft.Json to 13.0.3 (#1866)
Show description for 2245064
dependabot[bot]
and
bergmeister
authored
2245064
View commit details
Copy full SHA for 2245064
Browse repository at this point
Use latest .NET 6.0 SDK patch version and update devcontainer to use .NET 6 as well (#1955)
Show description for cc2f9b7
bergmeister
authored
cc2f9b7
View commit details
Copy full SHA for cc2f9b7
Browse repository at this point
Bump Microsoft.Management.Infrastructure from 1.0.0 to 3.0.0 for PowerShell 7 only (#1947)
Show description for 1e79ca3
dependabot[bot]
and
bergmeister
authored
1e79ca3
View commit details
Copy full SHA for 1e79ca3
Browse repository at this point
Commits on Feb 1, 2024
Add common parameter ProgressAction (added in PS 7.4) to help test exclusion list
bergmeister
committed
5c32f55
View commit details
Copy full SHA for 5c32f55
Browse repository at this point
Commits on Feb 13, 2024
AvoidUsingPositionalParameter: Check if command has parameters to avoid having az in default CommandAllowList (#1850)
Show description for df3551e
bergmeister
authored
df3551e
View commit details
Copy full SHA for df3551e
Browse repository at this point
Bump version from 1.21.0 to 1.22.0 (#1965)
bergmeister
authored
9d57bad
View commit details
Copy full SHA for 9d57bad
Browse repository at this point
Remove Appveyor badge (#1962)
bergmeister
authored
f15cdbf
View commit details
Copy full SHA for f15cdbf
Browse repository at this point
Do not hard code common parameters in module help test any more (#1963)
bergmeister
authored
6cb66c1
View commit details
Copy full SHA for 6cb66c1
Browse repository at this point
PSReviewUnusedParameter: Add CommandsToTraverse option (#1921)
Show description for c06e005
FriedrichWeinmann
authored
c06e005
View commit details
Copy full SHA for c06e005
Browse repository at this point
Add AvoidUsingAllowUnencryptedAuthentication (#1857)
Show description for c085ee3
3 people
authored
c085ee3
View commit details
Copy full SHA for c085ee3
Browse repository at this point
Commits on Mar 13, 2024
Adding OneBranch pipeline YAML config file for OSS_Microsoft_PSSA-Official (#1981)
Show description for b4365ad
adityapatwardhan
and
OneBranch Resources
authored
b4365ad
View commit details
Copy full SHA for b4365ad
Browse repository at this point
Update format and grammar of AvoidUsingAllowUnencryptedAuthentication (#1974)
Show description for 03b655c
sdwheeler
authored
03b655c
View commit details
Copy full SHA for 03b655c
Browse repository at this point
Commits on Mar 14, 2024
Move to OneBranch Signing and SBOM generation (#1982)
Show description for 62a14c5
TravisEz13
and
adityapatwardhan
authored
62a14c5
View commit details
Copy full SHA for 62a14c5
Browse repository at this point
Commits on Mar 26, 2024
Sync rule docs changes (#1985)
sdwheeler
authored
a0365a5
View commit details
Copy full SHA for a0365a5
Browse repository at this point
Commits on Mar 27, 2024
Sync docs changes from MicrosoftDocs/PowerShell-Docs-Modules#213 (#1987)
sdwheeler
authored
a754b95
View commit details
Copy full SHA for a754b95
Browse repository at this point
Commits on Apr 25, 2024
Update CHANGELOG for 1.22.0 release (#1990)
sdwheeler
authored
e1dc126
View commit details
Copy full SHA for e1dc126
Browse repository at this point
Commits on Jun 12, 2024
Update Code of Conduct and Security Policy (#2002)
Show description for ae898e7
andyleejordan
authored
ae898e7
View commit details
Copy full SHA for ae898e7
Browse repository at this point
Commits on Jul 16, 2024
Update default type definition of [Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo] (#2011)
liamjpeters
authored
b5fec0a
View commit details
Copy full SHA for b5fec0a
Browse repository at this point
PSUseConsistentWhitespace: Handle redirect operators which are not in stream order (#2001)
liamjpeters
authored
d1a1bcb
View commit details
Copy full SHA for d1a1bcb
Browse repository at this point
You can’t perform that action at this time.