We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2db15 commit df68097Copy full SHA for df68097
2 files changed
scanners/nmap/Chart.yaml
@@ -9,7 +9,7 @@ description: A Helm chart for the NMAP security Scanner that integrates with the
9
type: application
10
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
11
version: v3.1.0-alpha1
12
-appVersion: "7.95-r0"
+appVersion: "7.97-r0"
13
kubeVersion: ">=v1.11.0-0"
14
annotations:
15
# supported cpu architectures for which docker images for the scanner should be build
scanners/nmap/scanner/Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-FROM alpine:3.20
+FROM alpine:3.22
6
ARG scannerVersion
7
RUN apk add --no-cache nmap=$scannerVersion nmap-scripts=$scannerVersion
8
RUN addgroup --system --gid 1001 nmap && adduser nmap --system --uid 1001 --ingroup nmap
0 commit comments