Skip to content

Commit d0e6469

Browse files
committed
Correctly removing deleted SSP Docker repos..
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent 344a041 commit d0e6469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stats/docker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
urls = {
1111
"ssp-stable": "https://registry.hub.docker.com/v2/repositories/softwaresecurityproject/zap-stable/",
12-
"ssp-weekly": "https://registry.hub.docker.com/v2/repositories/softwaresecurityproject/zap-weekly/",
13-
"ssp-nightly": "https://registry.hub.docker.com/v2/repositories/softwaresecurityproject/zap-nightly/",
1412
"ssp-bare": "https://registry.hub.docker.com/v2/repositories/softwaresecurityproject/zap-bare/",
1513
"zaproxy-stable": "https://registry.hub.docker.com/v2/repositories/zaproxy/zap-stable/",
14+
"zaproxy-weekly": "https://registry.hub.docker.com/v2/repositories/zaproxy/zap-weekly/",
15+
"zaproxy-nightly": "https://registry.hub.docker.com/v2/repositories/zaproxy/zap-nightly/",
1616
"zaproxy-bare": "https://registry.hub.docker.com/v2/repositories/zaproxy/zap-bare/",
1717
}
1818

0 commit comments

Comments
 (0)