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

Commit c0d5822

Browse files
committed
Apply changes to recently added ncrack chart
1 parent 66ba54a commit c0d5822

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

scanners/ncrack/Chart.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ name: ncrack
33
description: A Helm chart for the NCRACK security Scanner that integrates with the secureCodeBox.
44

55
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
78
appVersion: 0.7
89

910
keywords:
10-
- security
11-
- ncrack
12-
- scanner
13-
- secureCodeBox
11+
- security
12+
- ncrack
13+
- scanner
14+
- secureCodeBox
1415
home: https://www.securecodebox.io/scanners/ncrack
1516
icon: https://www.securecodebox.io/scannerIcons/Ncrack.svg
1617
sources:
17-
- https://github.com/secureCodeBox/secureCodeBox
18+
- https://github.com/secureCodeBox/secureCodeBox
1819
maintainers:
19-
- name: iteratec GmbH
20-
email: security@iteratec.com
20+
- name: iteratec GmbH
21+
email: security@iteratec.com

scanners/ncrack/templates/ncrack-parse-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: "ncrack-xml"
55
spec:
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 }}"

scanners/ncrack/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
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
55

66
scannerJob:
77
resources: {}
8-

0 commit comments

Comments
 (0)