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
PSRule supports suppressing rules on a per object basis by target name. To suppress a rule, ps-rule.yaml is manually edited.
We should support suppressing a rule by a cmdlet. Something like Add-PSRuleSuppression.
Update: 2022-08-18
With this one we should consider if generating an suppression group makes more sense. Suppression groups provide more options and a generated suppression group will not break existing comments that might be in in ps-rule.yaml.
The text was updated successfully, but these errors were encountered:
PSRule supports suppressing rules on a per object basis by target name. To suppress a rule,
ps-rule.yaml
is manually edited.We should support suppressing a rule by a cmdlet. Something like
Add-PSRuleSuppression
.Update: 2022-08-18
With this one we should consider if generating an suppression group makes more sense. Suppression groups provide more options and a generated suppression group will not break existing comments that might be in in
ps-rule.yaml
.The text was updated successfully, but these errors were encountered: