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
3
3
description : A Helm chart for the NCRACK security Scanner that integrates with the secureCodeBox.
4
4
5
5
type : 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
7
8
appVersion : 0.7
8
9
9
10
keywords :
10
- - security
11
- - ncrack
12
- - scanner
13
- - secureCodeBox
11
+ - security
12
+ - ncrack
13
+ - scanner
14
+ - secureCodeBox
14
15
home : https://www.securecodebox.io/scanners/ncrack
15
16
icon : https://www.securecodebox.io/scannerIcons/Ncrack.svg
16
17
sources :
17
- - https://github.com/secureCodeBox/secureCodeBox
18
+ - https://github.com/secureCodeBox/secureCodeBox
18
19
maintainers :
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:
4
4
name : " ncrack-xml"
5
5
spec :
6
6
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 1
1
parserImage :
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
5
5
6
6
scannerJob :
7
7
resources : {}
8
-
You can’t perform that action at this time.
0 commit comments