This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ jobs:
434434 run : |
435435 helm -n integration-tests install ncrack ./scanners/ncrack/ \
436436 --set="parserImage.tag=sha-$(git rev-parse --short HEAD)" \
437- --set="image.tag=sha-$(git rev-parse --short HEAD) "
437+ --set="image.tag=0.7 "
438438 cd tests/integration/
439439 npx jest --ci --color ncrack
440440 - name : " kube-hunter Integration Tests"
Original file line number Diff line number Diff line change 1717 restartPolicy : OnFailure
1818 containers :
1919 - name : ncrack
20- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}"
20+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default 0.7 }}"
2121 command : ["ncrack", "-oX", "/home/securecodebox/ncrack-results.xml"]
2222 resources :
2323 {{- toYaml .Values.scannerJob.resources | nindent 16 }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ parserImage:
55
66image :
77 repository : docker.io/securecodebox/scanner-ncrack
8- # image.tag - defaults to the charts version
8+ # image.tag - defaults to ncrack version 0.7
99 tag : null
1010
1111scannerJob :
You can’t perform that action at this time.
0 commit comments