Skip to content

Commit 86103b5

Browse files
J12934Weltraumschaf
authored andcommitted
Update to nmap 7.95-r0
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 041b33a commit 86103b5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

scanners/nmap/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: A Helm chart for the NMAP security Scanner that integrates with the
99
type: application
1010
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
1111
version: v3.1.0-alpha1
12-
appVersion: "7.93-r1"
12+
appVersion: "7.95-r0"
1313
kubeVersion: ">=v1.11.0-0"
1414
annotations:
1515
# supported cpu architectures for which docker images for the scanner should be build

scanners/nmap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Nmap"
33
category: "scanner"
44
type: "Network"
55
state: "released"
6-
appVersion: "7.93-r1"
6+
appVersion: "7.95-r0"
77
usecase: "Network discovery and security auditing"
88
---
99

scanners/nmap/docs/README.DockerHub-Parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht
4242

4343
## Supported Tags
4444
- `latest` (represents the latest stable release build)
45-
- tagged releases, e.g. `7.93-r1`
45+
- tagged releases, e.g. `7.95-r0`
4646

4747
## How to use this image
4848
This `parser` image is intended to work in combination with the corresponding security scanner docker image to parse the `findings` results. For more information details please take a look at the documentation page: https://www.securecodebox.io/docs/scanners/Nmap.

scanners/nmap/docs/README.DockerHub-Scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht
4242

4343
## Supported Tags
4444
- `latest` (represents the latest stable release build)
45-
- tagged releases, e.g. `7.93-r1`
45+
- tagged releases, e.g. `7.95-r0`
4646

4747
## How to use this image
4848
This `scanner` image is intended to work in combination with the corresponding `parser` image to parse the scanner `findings` to generic secureCodeBox results. For more information details please take a look at the [project page][scb-docs] or [documentation page][https://www.securecodebox.io/docs/scanners/Nmap].

scanners/nmap/scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM alpine:3.18
5+
FROM alpine:3.20
66
ARG scannerVersion
77
RUN apk add --no-cache nmap=$scannerVersion nmap-scripts=$scannerVersion
88
RUN addgroup --system --gid 1001 nmap && adduser nmap --system --uid 1001 --ingroup nmap

0 commit comments

Comments
 (0)