Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 8a6562d

Browse files
committed
Fix kube-hunter ParseDefinition to handle the correct type
1 parent 1a6a3c0 commit 8a6562d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/kube-hunter/templates/kube-hunter-parse-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ kind: ParseDefinition
33
metadata:
44
name: "kube-hunter"
55
spec:
6-
handlesResultsType: kube-hunter
6+
handlesResultsType: kube-hunter-json
77
image: "{{ .Values.parserImage.registry }}/{{ .Values.parserImage.repository }}:{{ .Values.parserImage.tag }}"

0 commit comments

Comments
 (0)