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

Commit 3a81658

Browse files
committed
Update nmap scanner to newer alpine version
1 parent 12b9079 commit 3a81658

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
repository: scbexperimental/nmap
273273
path: ./scanners/nmap/scanner/
274274
# Note: not prefixed with a "v" as this seems to match nmap versioning standards
275-
tags: "7.80,7.80-1,latest"
275+
tags: "7.80,7.80-2,latest"
276276
- uses: docker/build-push-action@v1
277277
name: "Build & Push kube-hunter Scanner Image"
278278
with:

scanners/nmap/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for the NMAP security Scanner that integrates with the
44

55
type: application
66
version: 0.1.0
7-
appVersion: 0.2.0
7+
appVersion: 7.80-r2
88

99
keywords:
1010
- security

scanners/nmap/scanner/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM alpine:3.11
2-
RUN apk add --no-cache nmap=7.80-r1 nmap-scripts=7.80-r1
1+
FROM alpine:3.12
2+
RUN apk add --no-cache nmap=7.80-r2 nmap-scripts=7.80-r2
33
RUN addgroup -S nmap && adduser -S -g nmap nmap
44
USER nmap
55
CMD [nmap]

0 commit comments

Comments
 (0)