This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,16 @@ jobs:
131131 tag_with_ref : true
132132 tag_with_sha : true
133133 build_args : baseImageTag=ci-local
134+ - uses : docker/build-push-action@v1
135+ name : " Build & Push Ncrack Parser Image"
136+ with :
137+ username : ${{ secrets.DOCKER_USERNAME }}
138+ password : ${{ secrets.DOCKER_PASSWORD }}
139+ repository : scbexperimental/parser-ncrack
140+ path : ./scanners/ncrack/parser/
141+ tag_with_ref : true
142+ tag_with_sha : true
143+ build_args : baseImageTag=ci-local
134144 - uses : docker/build-push-action@v1
135145 name : " Build & Push Nikto Parser Image"
136146 with :
@@ -278,6 +288,15 @@ jobs:
278288 runs-on : ubuntu-latest
279289 steps :
280290 - uses : actions/checkout@master
291+ - uses : docker/build-push-action@v1
292+ name : " Build & Push Ncrack Scanner Image"
293+ with :
294+ username : ${{ secrets.DOCKER_USERNAME }}
295+ password : ${{ secrets.DOCKER_PASSWORD }}
296+ repository : scbexperimental/ncrack
297+ path : ./scanners/ncrack/scanner/
298+ # Note: not prefixed with a "v" as this seems to match ncrack versioning standards
299+ tags : " 0.7,latest"
281300 - uses : docker/build-push-action@v1
282301 name : " Build & Push Nmap Scanner Image"
283302 with :
You can’t perform that action at this time.
0 commit comments