Skip to content

Commit

Permalink
fix: typo (#1244)
Browse files Browse the repository at this point in the history
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
arbreezy and AlexsJones committed Sep 17, 2024
1 parent 025a069 commit e02c0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/validating_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ValidatingWebhookAnalyzer struct{}

func (ValidatingWebhookAnalyzer) Analyze(a common.Analyzer) ([]common.Result, error) {

kind := "ValidatingWebhookConfgiguration"
kind := "ValidatingWebhookConfiguration"
apiDoc := kubernetes.K8sApiReference{
Kind: kind,
ApiVersion: schema.GroupVersion{
Expand Down

0 comments on commit e02c0dd

Please sign in to comment.