diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a5989c3..ded45c22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/scanners/amass/Chart.yaml b/scanners/amass/Chart.yaml index 1e42a7ca..9fe512d0 100644 --- a/scanners/amass/Chart.yaml +++ b/scanners/amass/Chart.yaml @@ -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 diff --git a/scanners/amass/templates/amass-scan-type.yaml b/scanners/amass/templates/amass-scan-type.yaml index 02c107cb..794c3657 100644 --- a/scanners/amass/templates/amass-scan-type.yaml +++ b/scanners/amass/templates/amass-scan-type.yaml @@ -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" diff --git a/scanners/nmap/Chart.yaml b/scanners/nmap/Chart.yaml index f9ce58a5..92e0155c 100644 --- a/scanners/nmap/Chart.yaml +++ b/scanners/nmap/Chart.yaml @@ -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 diff --git a/scanners/nmap/scanner/Dockerfile b/scanners/nmap/scanner/Dockerfile index 54868e41..8f138612 100644 --- a/scanners/nmap/scanner/Dockerfile +++ b/scanners/nmap/scanner/Dockerfile @@ -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] \ No newline at end of file diff --git a/scanners/sslyze/Chart.yaml b/scanners/sslyze/Chart.yaml index db5f4f39..4e9cc892 100644 --- a/scanners/sslyze/Chart.yaml +++ b/scanners/sslyze/Chart.yaml @@ -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 diff --git a/scanners/sslyze/templates/sslyze-scan-type.yaml b/scanners/sslyze/templates/sslyze-scan-type.yaml index e16aa926..a0c02089 100644 --- a/scanners/sslyze/templates/sslyze-scan-type.yaml +++ b/scanners/sslyze/templates/sslyze-scan-type.yaml @@ -14,7 +14,7 @@ spec: restartPolicy: OnFailure containers: - name: sslyze - image: nablac0d3/sslyze@sha256:591d8626c7952788d5aa3946a60146d039c1582bc31aea6f9989500ebb5cc222 + image: nablac0d3/sslyze@sha256:ff2c5c626401b1961736a5b2ae6e35a41d213e8b2712102100abf5ee46dcca71 command: - 'sslyze' - '--json_out'