8000 Update to nmap 7.97-r0 by J12934 · Pull Request #3133 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scanners/nmap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: A Helm chart for the NMAP security Scanner that integrates with the
type: application
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v3.1.0-alpha1
appVersion: "7.95-r0"
appVersion: "7.97-r0"
kubeVersion: ">=v1.11.0-0"
annotations:
# supported cpu architectures for which docker images for the scanner should be build
Expand Down
2 changes: 1 addition & 1 deletion scanners/nmap/scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.20
FROM alpine:3.22
ARG scannerVersion
RUN apk add --no-cache nmap=$scannerVersion nmap-scripts=$scannerVersion
RUN addgroup --system --gid 1001 nmap && adduser nmap --system --uid 1001 --ingroup nmap
Expand Down
Loading
0