Skip to content

Commit

Permalink
Add an exception to PSScriptAnalyzer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
itm4n committed Jun 25, 2024
1 parent 6dba618 commit 98f042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)

ExcludeRules = @(
# "PSUseShouldProcessForStateChangingFunctions",
"PSUseShouldProcessForStateChangingFunctions",
"PSAvoidUsingWMICmdlet", # Get-WmiObject is required for PSv2 retro-compatibility
"PSAvoidUsingBrokenHashAlgorithms" # MD5 and SHA1 required for identifying known vulnerable drivers
)
Expand Down

0 comments on commit 98f042a

Please sign in to comment.