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 +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ name: ncrack
33description : A Helm chart for the NCRACK security Scanner that integrates with the secureCodeBox.
44
55type : application
6- version : 0.1.0
6+ # version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+ version : latest
78appVersion : 0.7
89
910keywords :
10- - security
11- - ncrack
12- - scanner
13- - secureCodeBox
11+ - security
12+ - ncrack
13+ - scanner
14+ - secureCodeBox
1415home : https://www.securecodebox.io/scanners/ncrack
1516icon : https://www.securecodebox.io/scannerIcons/Ncrack.svg
1617sources :
17- - https://github.com/secureCodeBox/secureCodeBox
18+ - https://github.com/secureCodeBox/secureCodeBox
1819maintainers :
19- - name : iteratec GmbH
20- email : security@iteratec.com
20+ - name : iteratec GmbH
21+ email : security@iteratec.com
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ metadata:
44 name : " ncrack-xml"
55spec :
66 handlesResultsType : ncrack-xml
7- image : " {{ .Values.parserImage.registry }}/ {{ .Values.parserImage.repository }}:{{ .Values.parserImage.tag }}"
7+ image : " {{ .Values.parserImage.repository }}: {{ .Values.parserImage.tag | default .Chart.Version }}"
Original file line number Diff line number Diff line change 11parserImage :
2- registry : docker.io
3- repository : scbexperimental/parser-ncrack
4- tag : latest
2+ repository : docker.io/scbexperimental/parser-ncrack
3+ # parserImage.tag - defaults to the charts version
4+ tag : null
55
66scannerJob :
77 resources : {}
8-
You can’t perform that action at this time.
0 commit comments