6868 with :
6969 username : ${{ secrets.DOCKER_USERNAME }}
7070 password : ${{ secrets.DOCKER_PASSWORD }}
71- repository : scbexperimental /operator
71+ repository : securecodebox /operator
7272 tag_with_ref : true
7373 tag_with_sha : true
7474 path : ./operator/
9090 with :
9191 username : ${{ secrets.DOCKER_USERNAME }}
9292 password : ${{ secrets.DOCKER_PASSWORD }}
93- repository : scbexperimental /lurcher
93+ repository : securecodebox /lurcher
9494 tag_with_ref : true
9595 tag_with_sha : true
9696 path : ./lurcher/
@@ -105,7 +105,7 @@ jobs:
105105 with :
106106 username : ${{ secrets.DOCKER_USERNAME }}
107107 password : ${{ secrets.DOCKER_PASSWORD }}
108- repository : scbexperimental /parser-sdk-nodejs
108+ repository : securecodebox /parser-sdk-nodejs
109109 path : ./parser-sdk/nodejs/
110110 tag_with_ref : true
111111 tag_with_sha : true
@@ -116,7 +116,7 @@ jobs:
116116 with :
117117 username : ${{ secrets.DOCKER_USERNAME }}
118118 password : ${{ secrets.DOCKER_PASSWORD }}
119- repository : scbexperimental /parser-amass
119+ repository : securecodebox /parser-amass
120120 path : ./scanners/amass/parser/
121121 tag_with_ref : true
122122 tag_with_sha : true
@@ -126,7 +126,7 @@ jobs:
126126 with :
127127 username : ${{ secrets.DOCKER_USERNAME }}
128128 password : ${{ secrets.DOCKER_PASSWORD }}
129- repository : scbexperimental /parser-kube-hunter
129+ repository : securecodebox /parser-kube-hunter
130130 path : ./scanners/kube-hunter/parser/
131131 tag_with_ref : true
132132 tag_with_sha : true
@@ -136,7 +136,7 @@ jobs:
136136 with :
137137 username : ${{ secrets.DOCKER_USERNAME }}
138138 password : ${{ secrets.DOCKER_PASSWORD }}
139- repository : scbexperimental /parser-ncrack
139+ repository : securecodebox /parser-ncrack
140140 path : ./scanners/ncrack/parser/
141141 tag_with_ref : true
142142 tag_with_sha : true
@@ -146,7 +146,7 @@ jobs:
146146 with :
147147 username : ${{ secrets.DOCKER_USERNAME }}
148148 password : ${{ secrets.DOCKER_PASSWORD }}
149- repository : scbexperimental /parser-nikto
149+ repository : securecodebox /parser-nikto
150150 path : ./scanners/nikto/parser/
151151 tag_with_ref : true
152152 tag_with_sha : true
@@ -156,7 +156,7 @@ jobs:
156156 with :
157157 username : ${{ secrets.DOCKER_USERNAME }}
158158 password : ${{ secrets.DOCKER_PASSWORD }}
159- repository : scbexperimental /parser-nmap
159+ repository : securecodebox /parser-nmap
160160 path : ./scanners/nmap/parser/
161161 tag_with_ref : true
162162 tag_with_sha : true
@@ -166,7 +166,7 @@ jobs:
166166 with :
167167 username : ${{ secrets.DOCKER_USERNAME }}
168168 password : ${{ secrets.DOCKER_PASSWORD }}
169- repository : scbexperimental /parser-ssh-scan
169+ repository : securecodebox /parser-ssh-scan
170170 path : ./scanners/ssh_scan/parser/
171171 tag_with_ref : true
172172 tag_with_sha : true
@@ -176,7 +176,7 @@ jobs:
176176 with :
177177 username : ${{ secrets.DOCKER_USERNAME }}
178178 password : ${{ secrets.DOCKER_PASSWORD }}
179- repository : scbexperimental /parser-sslyze
179+ repository : securecodebox /parser-sslyze
180180 path : ./scanners/sslyze/parser/
181181 tag_with_ref : true
182182 tag_with_sha : true
@@ -186,7 +186,7 @@ jobs:
186186 with :
187187 username : ${{ secrets.DOCKER_USERNAME }}
188188 password : ${{ secrets.DOCKER_PASSWORD }}
189- repository : scbexperimental /parser-test-scan
189+ repository : securecodebox /parser-test-scan
190190 path : ./scanners/test-scan/parser/
191191 tag_with_ref : true
192192 tag_with_sha : true
@@ -196,7 +196,7 @@ jobs:
196196 with :
197197 username : ${{ secrets.DOCKER_USERNAME }}
198198 password : ${{ secrets.DOCKER_PASSWORD }}
199- repository : scbexperimental /parser-trivy
199+ repository : securecodebox /parser-trivy
200200 path : ./scanners/trivy/parser/
201201 tag_with_ref : true
202202 tag_with_sha : true
@@ -206,7 +206,7 @@ jobs:
206206 with :
207207 username : ${{ secrets.DOCKER_USERNAME }}
208208 password : ${{ secrets.DOCKER_PASSWORD }}
209- repository : scbexperimental /parser-zap
209+ repository : securecodebox /parser-zap
210210 path : ./scanners/zap/parser/
211211 tag_with_ref : true
212212 tag_with_sha : true
@@ -216,7 +216,7 @@ jobs:
216216 with :
217217 username : ${{ secrets.DOCKER_USERNAME }}
218218 password : ${{ secrets.DOCKER_PASSWORD }}
219- repository : scbexperimental /parser-wpscan
219+ repository : securecodebox /parser-wpscan
220220 path : ./scanners/wpscan/parser/
221221 tag_with_ref : true
222222 tag_with_sha : true
@@ -233,7 +233,7 @@ jobs:
233233 with :
234234 username : ${{ secrets.DOCKER_USERNAME }}
235235 password : ${{ secrets.DOCKER_PASSWORD }}
236- repository : scbexperimental /hook-sdk-nodejs
236+ repository : securecodebox /hook-sdk-nodejs
237237 path : ./hook-sdk/nodejs/
238238 tag_with_ref : true
239239 tags : " ci-local"
@@ -243,7 +243,7 @@ jobs:
243243 with :
244244 username : ${{ secrets.DOCKER_USERNAME }}
245245 password : ${{ secrets.DOCKER_PASSWORD }}
246- repository : scbexperimental /persistence-elastic
246+ repository : securecodebox /persistence-elastic
247247 path : ./hooks/persistence-elastic/
248248 tag_with_ref : true
249249 build_args : baseImageTag=ci-local
@@ -252,15 +252,15 @@ jobs:
252252 with :
253253 username : ${{ secrets.DOCKER_USERNAME }}
254254 password : ${{ secrets.DOCKER_PASSWORD }}
255- repository : scbexperimental /persistence-elastic-dashboard-importer
255+ repository : securecodebox /persistence-elastic-dashboard-importer
256256 path : ./hooks/persistence-elastic/dashboardImporter/
257257 tag_with_ref : true
258258 - uses : docker/build-push-action@v1
259259 name : " Build & Push GenericWebhook Hook Image"
260260 with :
261261 username : ${{ secrets.DOCKER_USERNAME }}
262262 password : ${{ secrets.DOCKER_PASSWORD }}
263- repository : scbexperimental /generic-webhook
263+ repository : securecodebox /generic-webhook
264264 path : ./hooks/generic-webhook/
265265 tag_with_ref : true
266266 build_args : baseImageTag=ci-local
@@ -269,7 +269,7 @@ jobs:
269269 with :
270270 username : ${{ secrets.DOCKER_USERNAME }}
271271 password : ${{ secrets.DOCKER_PASSWORD }}
272- repository : scbexperimental /hook-imperative-subsequent-scans
272+ repository : securecodebox /hook-imperative-subsequent-scans
273273 path : ./hooks/imperative-subsequent-scans/
274274 tag_with_ref : true
275275 build_args : baseImageTag=ci-local
@@ -278,7 +278,7 @@ jobs:
278278 with :
279279 username : ${{ secrets.DOCKER_USERNAME }}
280280 password : ${{ secrets.DOCKER_PASSWORD }}
281- repository : scbexperimental /hook-declarative-subsequent-scans
281+ repository : securecodebox /hook-declarative-subsequent-scans
282282 path : ./hooks/declarative-subsequent-scans/
283283 tag_with_ref : true
284284 tag_with_sha : true
@@ -288,7 +288,7 @@ jobs:
288288 with :
289289 username : ${{ secrets.DOCKER_USERNAME }}
290290 password : ${{ secrets.DOCKER_PASSWORD }}
291- repository : scbexperimental /update-field
291+ repository : securecodebox /update-field
292292 path : ./hooks/update-field/
293293 tag_with_ref : true
294294 tag_with_sha : true
@@ -304,7 +304,7 @@ jobs:
304304 with :
305305 username : ${{ secrets.DOCKER_USERNAME }}
306306 password : ${{ secrets.DOCKER_PASSWORD }}
307- repository : scbexperimental /ncrack
307+ repository : securecodebox /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 : scbexperimental /nmap
316+ repository : securecodebox /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 : scbexperimental /kube-hunter
325+ repository : securecodebox /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 : scbexperimental /test-scan
334+ repository : securecodebox /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