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

Commit 24667a3

Browse files
committed
Update amass version
1 parent c101188 commit 24667a3

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

scanners/amass/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for the Amass security scanner that integrates with th
55
type: application
66
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
77
version: latest
8-
appVersion: 3.10.3
8+
appVersion: 3.10.4
99
kubeVersion: ">=v1.11.0"
1010

1111
keywords:

scanners/amass/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/amass"
44
category: "scanner"
55
type: "Network"
66
state: "released"
7-
appVersion: "3.10.3"
7+
appVersion: "3.10.4"
88
usecase: "Subdomain Enumeration Scanner"
99
---
1010

@@ -38,17 +38,17 @@ Special command line options:
3838

3939
## Chart Configuration
4040

41-
| Key | Type | Default | Description |
42-
|-----|------|---------|-------------|
43-
| parserImage.repository | string | `"docker.io/securecodebox/parser-amass"` | Parser image repository |
44-
| parserImage.tag | string | defaults to the charts version | Parser image tag |
45-
| scannerJob.env | list | `[]` | Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) |
46-
| scannerJob.extraContainers | list | `[]` | Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) |
47-
| scannerJob.extraVolumeMounts | list | `[]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
48-
| scannerJob.extraVolumes | list | `[]` | Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
49-
| scannerJob.resources | object | `{}` | CPU/memory resource requests/limits (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/, https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/) |
50-
| scannerJob.ttlSecondsAfterFinished | string | `nil` | Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/) |
41+
| Key | Type | Default | Description |
42+
| ---------------------------------- | ------ | ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
43+
| parserImage.repository | string | `"docker.io/securecodebox/parser-amass"` | Parser image repository |
44+
| parserImage.tag | string | defaults to the charts version | Parser image tag |
45+
| scannerJob.env | list | `[]` | Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) |
46+
| scannerJob.extraContainers | list | `[]` | Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) |
47+
| scannerJob.extraVolumeMounts | list | `[]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
48+
| scannerJob.extraVolumes | list | `[]` | Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
49+
| scannerJob.resources | object | `{}` | CPU/memory resource requests/limits (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/, https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/) |
50+
| scannerJob.ttlSecondsAfterFinished | string | `nil` | Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/) |
5151

5252
[owasp_amass_project]: https://owasp.org/www-project-amass/
5353
[amass github]: https://github.com/OWASP/Amass
54-
[amass user guide]: https://github.com/OWASP/Amass/blob/master/doc/user_guide.md
54+
[amass user guide]: https://github.com/OWASP/Amass/blob/master/doc/user_guide.md

scanners/amass/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/amass"
44
category: "scanner"
55
type: "Network"
66
state: "released"
7-
appVersion: "3.10.3"
7+
appVersion: "3.10.4"
88
usecase: "Subdomain Enumeration Scanner"
99
---
1010

scanners/amass/helm2.Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for the Amass security scanner that integrates with th
55
type: application
66
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
77
version: latest
8-
appVersion: 3.10.3
8+
appVersion: 3.10.4
99
kubeVersion: ">=v1.11.0"
1010

1111
keywords:

0 commit comments

Comments
 (0)