Skip to content

Commit 38df809

Browse files
authored
Merge pull request #245 from psiinon/docker-xssp1
Correctly removing deleted SSP Docker repos..
2 parents 8b5ba34 + d0e6469 commit 38df809

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)