Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 550b22c

Browse files
committed
Match Scanner Image Repos with Standards
1 parent 4a0e8f5 commit 550b22c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)