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 @@ -426,7 +426,7 @@ jobs:
426426 - name : " nmap Integration Tests"
427427 run : |
428428 helm -n integration-tests install nmap ./scanners/nmap/ \
429- --set="parserImage.tag=sha-$(git rev-parse --short HEAD) " \
429+ --set="parserImage.tag=7.80 " \
430430 --set="image.tag=sha-$(git rev-parse --short HEAD)"
431431 cd tests/integration/
432432 npx jest --ci --color nmap
Original file line number Diff line number Diff line change 1717 restartPolicy : OnFailure
1818 containers :
1919 - name : nmap
20- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}"
20+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default 7.80 }}"
2121 command : ["nmap", "-oX", "/home/securecodebox/nmap-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-nmap
8- # image.tag - defaults to the charts version
8+ # image.tag - defaults to nmap version 7.80
99 tag : null
1010scannerJob :
1111 ttlSecondsAfterFinished : null
You can’t perform that action at this time.
0 commit comments