This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for the Amass security scanner that integrates with th
44
55type : application
66version : 0.1.0
7- appVersion : 3.7.1
7+ appVersion : 3.7.2
88
99keywords :
1010 - security
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for the NMAP security Scanner that integrates with the
44
55type : application
66version : 0.1.0
7- appVersion : 0.2.0
7+ appVersion : 7.80-r2
88
99keywords :
1010- security
Original file line number Diff line number Diff line change 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
33RUN addgroup -S nmap && adduser -S -g nmap nmap
44USER nmap
55CMD [nmap]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for the SSLyze security scanner that integrates with t
44
55type : application
66version : 0.1.0
7- appVersion : latest
7+ appVersion : 3.0.6
88
99keywords :
1010- security
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments