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

Commit dde6ed1

Browse files
Merge pull request #41 from secureCodeBox/update-scanner
Update several Scanner Versions
2 parents 4a733bf + 2ab3fcd commit dde6ed1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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/amass/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 Amass security scanner that integrates with th
44

55
type: application
66
version: 0.1.0
7-
appVersion: 3.7.1
7+
appVersion: 3.7.2
88

99
keywords:
1010
- security

scanners/amass/templates/amass-scan-type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
restartPolicy: OnFailure
1717
containers:
1818
- name: amass
19-
image: caffix/amass:v3.7.1
19+
image: caffix/amass:v3.7.2
2020
command:
2121
- "amass"
2222
- "enum"

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]

scanners/sslyze/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 SSLyze security scanner that integrates with t
44

55
type: application
66
version: 0.1.0
7-
appVersion: latest
7+
appVersion: 3.0.6
88

99
keywords:
1010
- security

scanners/sslyze/templates/sslyze-scan-type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
restartPolicy: OnFailure
1515
containers:
1616
- name: sslyze
17-
image: nablac0d3/sslyze@sha256:591d8626c7952788d5aa3946a60146d039c1582bc31aea6f9989500ebb5cc222
17+
image: nablac0d3/sslyze@sha256:ff2c5c626401b1961736a5b2ae6e35a41d213e8b2712102100abf5ee46dcca71
1818
command:
1919
- 'sslyze'
2020
- '--json_out'

0 commit comments

Comments
 (0)