1919 with :
2020 username : ${{ secrets.DOCKER_USERNAME }}
2121 password : ${{ secrets.DOCKER_PASSWORD }}
22- repository : scbexperimental/securecodebox-v2-alpha/ operator
22+ repository : scbexperimental/operator
2323 tag_with_ref : true
2424 path : ./operator/
2525 lurcher :
4040 with :
4141 username : ${{ secrets.DOCKER_USERNAME }}
4242 password : ${{ secrets.DOCKER_PASSWORD }}
43- repository : scbexperimental/securecodebox-v2-alpha/ lurcher
43+ repository : scbexperimental/lurcher
4444 tag_with_ref : true
4545 path : ./lurcher/
4646 integrations :
9393 with :
9494 username : ${{ secrets.DOCKER_USERNAME }}
9595 password : ${{ secrets.DOCKER_PASSWORD }}
96- repository : scbexperimental/securecodebox-v2-alpha/ parser-sdk-nodejs
96+ repository : scbexperimental/parser-sdk-nodejs
9797 path : ./parser-sdk/nodejs/
9898 tag_with_ref : true
9999 # Actual Parsers
@@ -102,31 +102,31 @@ jobs:
102102 with :
103103 username : ${{ secrets.DOCKER_USERNAME }}
104104 password : ${{ secrets.DOCKER_PASSWORD }}
105- repository : scbexperimental/securecodebox-v2-alpha/ parser-amass
105+ repository : scbexperimental/parser-amass
106106 path : ./integrations/amass/parser/
107107 tag_with_ref : true
108108 - uses : docker/build-push-action@v1
109109 name : " Build & Push Nmap Parser Image"
110110 with :
111111 username : ${{ secrets.DOCKER_USERNAME }}
112112 password : ${{ secrets.DOCKER_PASSWORD }}
113- repository : scbexperimental/securecodebox-v2-alpha/ parser-nmap
113+ repository : scbexperimental/parser-nmap
114114 path : ./integrations/nmap/parser/
115115 tag_with_ref : true
116116 - uses : docker/build-push-action@v1
117117 name : " Build & Push ssh_scan Parser Image"
118118 with :
119119 username : ${{ secrets.DOCKER_USERNAME }}
120120 password : ${{ secrets.DOCKER_PASSWORD }}
121- repository : scbexperimental/securecodebox-v2-alpha/ parser-ssh-scan
121+ repository : scbexperimental/parser-ssh-scan
122122 path : ./integrations/ssh_scan/parser/
123123 tag_with_ref : true
124124 - uses : docker/build-push-action@v1
125125 name : " Build & Push OWASP Zap Parser Image"
126126 with :
127127 username : ${{ secrets.DOCKER_USERNAME }}
128128 password : ${{ secrets.DOCKER_PASSWORD }}
129- repository : scbexperimental/securecodebox-v2-alpha/ parser-zap
129+ repository : scbexperimental/parser-zap
130130 path : ./integrations/zap/parser/
131131 tag_with_ref : true
132132 persistenceImages :
@@ -140,7 +140,7 @@ jobs:
140140 with :
141141 username : ${{ secrets.DOCKER_USERNAME }}
142142 password : ${{ secrets.DOCKER_PASSWORD }}
143- repository : scbexperimental/securecodebox-v2-alpha/ persistence-sdk-nodejs
143+ repository : scbexperimental/persistence-sdk-nodejs
144144 path : ./persistence-sdk/nodejs/
145145 tag_with_ref : true
146146 # Actual PersistenceProviders
@@ -149,7 +149,7 @@ jobs:
149149 with :
150150 username : ${{ secrets.DOCKER_USERNAME }}
151151 password : ${{ secrets.DOCKER_PASSWORD }}
152- repository : scbexperimental/securecodebox-v2-alpha/ persistence-elastic
152+ repository : scbexperimental/persistence-elastic
153153 path : ./persistence/persistence-elastic/
154154 tag_with_ref : true
155155 scannerImages :
@@ -163,7 +163,7 @@ jobs:
163163 with :
164164 username : ${{ secrets.DOCKER_USERNAME }}
165165 password : ${{ secrets.DOCKER_PASSWORD }}
166- repository : scbexperimental/securecodebox-v2-alpha/ nmap
166+ repository : scbexperimental/nmap
167167 path : ./integrations/nmap/scanner/
168168 # Note: not prefixed with a "v" as this seems to match nmap versioning standards
169169 tags : " 7.80,7.80-1,latest"
0 commit comments