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

Commit a281f12

Browse files
committed
Add note about auto-versioning to Chart yamls
1 parent 3478df6 commit a281f12

File tree

15 files changed

+75
-71
lines changed

15 files changed

+75
-71
lines changed

hooks/declarative-subsequent-scans/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Starts possible subsequent security scans based on findings (e.g. o
44

55
type: application
66

7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
78
version: 0.1.0
89

9-
appVersion: latest
10-
1110
dependencies: []

hooks/generic-webhook/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Lets you send http webhooks after scans are completed
44

55
type: application
66

7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
78
version: 0.1.0
89

9-
appVersion: latest
10-
1110
dependencies: []

hooks/imperative-subsequent-scans/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Starts possible subsequent security scans based on findings (e.g. o
44

55
type: application
66

7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
78
version: 0.1.0
89

9-
appVersion: 0.1.0
10-
1110
dependencies: []

hooks/persistence-elastic/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ description: The elastic persistence provider persists secureCodeBox findings in
44

55
type: application
66

7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
78
version: 0.1.0
89

9-
appVersion: latest
10+
appVersion: 7.6.1
1011

1112
dependencies:
1213
- name: elasticsearch

hooks/update-field/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Lets you add or override a field to every finding
44

55
type: application
66

7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
78
version: 0.1.0
89

9-
appVersion: latest
10-
1110
dependencies: []

scanners/amass/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: amass
33
description: A Helm chart for the Amass security scanner that integrates with the secureCodeBox.
44

55
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
67
version: 0.1.0
78
appVersion: 3.10.3
89

scanners/kube-hunter/Chart.yaml

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

55
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
67
version: 0.1.0
78
appVersion: 0.1.0
89

910
keywords:
10-
- security
11-
- kube-hunter
12-
- scanner
13-
- secureCodeBox
11+
- security
12+
- kube-hunter
13+
- scanner
14+
- secureCodeBox
1415
home: https://www.securecodebox.io/scanners/kube-hunter
1516
icon: https://www.securecodebox.io/scannerIcons/kube-hunter.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/nikto/Chart.yaml

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

55
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
67
version: 0.1.0
78
appVersion: latest
89

910
keywords:
10-
- security
11-
- nikto
12-
- scanner
13-
- secureCodeBox
11+
- security
12+
- nikto
13+
- scanner
14+
- secureCodeBox
1415
home: https://www.securecodebox.io/scanners/nikto
1516
icon: https://www.securecodebox.io/scannerIcons/Nikto.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/nmap/Chart.yaml

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

55
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
67
version: 0.1.0
78
appVersion: 7.80-r2
89

910
keywords:
10-
- security
11-
- nmap
12-
- scanner
13-
- secureCodeBox
11+
- security
12+
- nmap
13+
- scanner
14+
- secureCodeBox
1415
home: https://www.securecodebox.io/scanners/nmap
1516
icon: https://www.securecodebox.io/scannerIcons/Nmap.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/ssh_scan/Chart.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ name: ssh-scan
33
description: A Helm chart for the SSH_Scan security scanner that integrates with the secureCodeBox.
44

55
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
67
version: 0.1.0
78
appVersion: latest
89

910
keywords:
10-
- security
11-
- ssh
12-
- scanner
13-
- secureCodeBox
11+
- security
12+
- ssh
13+
- scanner
14+
- secureCodeBox
1415
home: https://www.securecodebox.io/scanners/ssh
1516
icon: https://www.securecodebox.io/scannerIcons/SSH.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
21-
20+
- name: iteratec GmbH
21+
email: security@iteratec.com

0 commit comments

Comments
 (0)