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

Commit 4a0e8f5

Browse files
committed
Undo Image update for Nikto
1 parent ce10500 commit 4a0e8f5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

scanners/nikto/templates/nikto-scan-type.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ spec:
1717
containers:
1818
- name: nikto
1919
image: securecodebox/nikto:latest
20-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}"
2120
command:
2221
# Nikto Entrypoint Script to avoid problems nikto exiting with a non zero exit code
2322
# This would cause the kubernetes job to fail no matter what

scanners/nikto/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ parserImage:
33
# parserImage.tag - defaults to the charts version
44
tag: null
55

6-
image:
7-
repository: docker.io/securecodebox/scanner-nikto
8-
# image.tag - defaults to the charts version
9-
tag: null
10-
116
scannerJob:
127
ttlSecondsAfterFinished: null
138
resources: {}

0 commit comments

Comments
 (0)