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

Commit 78ea264

Browse files
committed
Change result type for test-scan
1 parent 6a48e9e commit 78ea264

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: "execution.experimental.securecodebox.io/v1"
22
kind: ParseDefinition
33
metadata:
4-
name: "read-write-hook-test-xml"
4+
name: "test-txt"
55
spec:
6-
handlesResultsType: nmap-xml
6+
handlesResultsType: test-txt
77
image: "{{ .Values.parserImage.registry }}/{{ .Values.parserImage.repository }}:{{ .Values.parserImage.tag }}"

integrations/test-scan/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
parserImage:
22
registry: docker.io
33
repository: scbexperimental/parser-test-scan
4-
tag: latest
4+
tag: hooks

0 commit comments

Comments
 (0)