Skip to content

Commit df68097

Browse files
committed
Update to nmap 7.97-r0
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent ce2db15 commit df68097

2 files changed

Lines changed: 2 additions & 2 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.95-r0"
12+
appVersion: "7.97-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/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.20
5+
FROM alpine:3.22
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)