Skip to content

Commit

Permalink
- Use plural
Browse files Browse the repository at this point in the history
  • Loading branch information
gadinaor-r7 committed May 5, 2024
1 parent 8c5d577 commit d7e42c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analysis/default-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Rules:
rule,
(has(rule.verb) && rule.verb in ['create', 'update', 'patch', '*']) &&
(
has(rule.resource) && rule.resource in ['validatingadmissionpolicies', 'validatingadmissionpolicybinding', '*'] &&
has(rule.resource) && rule.resource in ['validatingadmissionpolicies', 'validatingadmissionpolicybindings', '*'] &&
has(rule.apiGroup) && rule.apiGroup in ['admissionregistration.k8s.io','*']
)
)
Expand Down

0 comments on commit d7e42c4

Please sign in to comment.