Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
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 .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
repository: scbexperimental/nmap
path: ./scanners/nmap/scanner/
# Note: not prefixed with a "v" as this seems to match nmap versioning standards
tags: "7.80,7.80-1,latest"
tags: "7.80,7.80-2,latest"
- uses: docker/build-push-action@v1
name: "Build & Push kube-hunter Scanner Image"
with:
Expand Down
2 changes: 1 addition & 1 deletion scanners/amass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for the Amass security scanner that integrates with th

type: application
version: 0.1.0
appVersion: 3.7.1
appVersion: 3.7.2

keywords:
- security
Expand Down
2 changes: 1 addition & 1 deletion scanners/amass/templates/amass-scan-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: amass
image: caffix/amass:v3.7.1
image: caffix/amass:v3.7.2
command:
- "amass"
- "enum"
Expand Down
2 changes: 1 addition & 1 deletion scanners/nmap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for the NMAP security Scanner that integrates with the

type: application
version: 0.1.0
appVersion: 0.2.0
appVersion: 7.80-r2

keywords:
- security
Expand Down
4 changes: 2 additions & 2 deletions scanners/nmap/scanner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.11
RUN apk add --no-cache nmap=7.80-r1 nmap-scripts=7.80-r1
FROM alpine:3.12
RUN apk add --no-cache nmap=7.80-r2 nmap-scripts=7.80-r2
RUN addgroup -S nmap && adduser -S -g nmap nmap
USER nmap
CMD [nmap]
2 changes: 1 addition & 1 deletion scanners/sslyze/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for the SSLyze security scanner that integrates with t

type: application
version: 0.1.0
appVersion: latest
appVersion: 3.0.6

keywords:
- security
Expand Down
2 changes: 1 addition & 1 deletion scanners/sslyze/templates/sslyze-scan-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: sslyze
image: nablac0d3/sslyze@sha256:591d8626c7952788d5aa3946a60146d039c1582bc31aea6f9989500ebb5cc222
image: nablac0d3/sslyze@sha256:ff2c5c626401b1961736a5b2ae6e35a41d213e8b2712102100abf5ee46dcca71
command:
- 'sslyze'
- '--json_out'
Expand Down