@@ -304,7 +304,7 @@ jobs:
304304 with :
305305 username : ${{ secrets.DOCKER_USERNAME }}
306306 password : ${{ secrets.DOCKER_PASSWORD }}
307- repository : securecodebox/ncrack
307+ repository : securecodebox/scanner- ncrack
308308 path : ./scanners/ncrack/scanner/
309309 # Note: not prefixed with a "v" as this seems to match ncrack versioning standards
310310 tags : " 0.7,latest"
@@ -313,7 +313,7 @@ jobs:
313313 with :
314314 username : ${{ secrets.DOCKER_USERNAME }}
315315 password : ${{ secrets.DOCKER_PASSWORD }}
316- repository : securecodebox/nmap
316+ repository : securecodebox/scanner- nmap
317317 path : ./scanners/nmap/scanner/
318318 # Note: not prefixed with a "v" as this seems to match nmap versioning standards
319319 tags : " 7.80,7.80-2,latest"
@@ -322,7 +322,7 @@ jobs:
322322 with :
323323 username : ${{ secrets.DOCKER_USERNAME }}
324324 password : ${{ secrets.DOCKER_PASSWORD }}
325- repository : securecodebox/kube-hunter
325+ repository : securecodebox/scanner- kube-hunter
326326 path : ./scanners/kube-hunter/scanner/
327327 # Note: not prefixed with a "v" as this matches the aquasec/kube-hunter tags
328328 tags : " 0.3.0,latest"
@@ -331,7 +331,7 @@ jobs:
331331 with :
332332 username : ${{ secrets.DOCKER_USERNAME }}
333333 password : ${{ secrets.DOCKER_PASSWORD }}
334- repository : securecodebox/test-scan
334+ repository : securecodebox/scanner- test-scan
335335 path : ./scanners/test-scan/scanner/
336336 # Note: not prefixed with a "v" as this seems to match nmap versioning standards
337337 tags : " latest"
0 commit comments