mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-12 17:32:30 +00:00
8 lines
184 B
PowerShell
8 lines
184 B
PowerShell
@{
|
|
Severity=@('Error','Warning')
|
|
# IncludeRules = @()
|
|
ExcludeRules = @(
|
|
'PSAvoidUsingUserNameAndPassWordParams',
|
|
'PSAvoidUsingPlainTextForPassword'
|
|
)
|
|
}
|