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

Commit 57bf19b

Browse files
committed
Update references to secureCodeBoxRepo
1 parent b133f73 commit 57bf19b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
username: ${{ github.actor }}
2121
password: ${{ github.token }}
22-
repository: j12934/securecodebox/operator
22+
repository: securecodebox/securecodebox-v2-alpha/operator
2323
tag_with_ref: true
2424
registry: docker.pkg.github.com
2525
path: ./operator/
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
username: ${{ github.actor }}
4343
password: ${{ github.token }}
44-
repository: j12934/securecodebox/lurcher
44+
repository: securecodebox/securecodebox-v2-alpha/lurcher
4545
tag_with_ref: true
4646
registry: docker.pkg.github.com
4747
path: ./lurcher/
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
username: ${{ github.actor }}
9797
password: ${{ github.token }}
98-
repository: j12934/securecodebox/parser-sdk-nodejs
98+
repository: securecodebox/securecodebox-v2-alpha/parser-sdk-nodejs
9999
registry: docker.pkg.github.com
100100
path: ./parser-sdk/nodejs/
101101
tag_with_ref: true
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
username: ${{ github.actor }}
107107
password: ${{ github.token }}
108-
repository: j12934/securecodebox/parser-amass
108+
repository: securecodebox/securecodebox-v2-alpha/parser-amass
109109
registry: docker.pkg.github.com
110110
path: ./integrations/amass/parser/
111111
tag_with_ref: true
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
username: ${{ github.actor }}
116116
password: ${{ github.token }}
117-
repository: j12934/securecodebox/parser-nmap
117+
repository: securecodebox/securecodebox-v2-alpha/parser-nmap
118118
registry: docker.pkg.github.com
119119
path: ./integrations/nmap/parser/
120120
tag_with_ref: true
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
username: ${{ github.actor }}
125125
password: ${{ github.token }}
126-
repository: j12934/securecodebox/parser-ssh-scan
126+
repository: securecodebox/securecodebox-v2-alpha/parser-ssh-scan
127127
registry: docker.pkg.github.com
128128
path: ./integrations/ssh_scan/parser/
129129
tag_with_ref: true
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
username: ${{ github.actor }}
134134
password: ${{ github.token }}
135-
repository: j12934/securecodebox/parser-zap
135+
repository: securecodebox/securecodebox-v2-alpha/parser-zap
136136
registry: docker.pkg.github.com
137137
path: ./integrations/zap/parser/
138138
tag_with_ref: true
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
username: ${{ github.actor }}
149149
password: ${{ github.token }}
150-
repository: j12934/securecodebox/persistence-sdk-nodejs
150+
repository: securecodebox/securecodebox-v2-alpha/persistence-sdk-nodejs
151151
registry: docker.pkg.github.com
152152
path: ./persistence-sdk/nodejs/
153153
tag_with_ref: true
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
username: ${{ github.actor }}
159159
password: ${{ github.token }}
160-
repository: j12934/securecodebox/persistence-elastic
160+
repository: securecodebox/securecodebox-v2-alpha/persistence-elastic
161161
registry: docker.pkg.github.com
162162
path: ./persistence/persistence-elastic/
163163
tag_with_ref: true
@@ -172,7 +172,7 @@ jobs:
172172
with:
173173
username: ${{ github.actor }}
174174
password: ${{ github.token }}
175-
repository: j12934/securecodebox/nmap
175+
repository: securecodebox/securecodebox-v2-alpha/nmap
176176
registry: docker.pkg.github.com
177177
path: ./integrations/nmap/scanner/
178178
# Note: not prefixed with a "v" as this seems to match nmap versioning standards

lurcher/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/j12934/secureCodeBox/lurcher
1+
module github.com/secureCodeBox/secureCodeBox-v2-alpha/lurcher
22

33
go 1.13
44

operator/PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
domain: experimental.securecodebox.io
2-
repo: github.com/J12934/secureCodeBox/operator/
2+
repo: github.com/secureCodeBox/secureCodeBox-v2-alpha/operator/
33
resources:
44
- group: scans
55
kind: Scan

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/J12934/secureCodeBox.git"
12+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2-alpha.git"
1313
},
1414
"keywords": [],
1515
"author": "",
1616
"license": "ISC",
1717
"bugs": {
18-
"url": "https://github.com/J12934/secureCodeBox/issues"
18+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2-alpha/issues"
1919
},
20-
"homepage": "https://github.com/J12934/secureCodeBox#readme",
20+
"homepage": "https://github.com/secureCodeBox/secureCodeBox-v2-alpha#readme",
2121
"devDependencies": {
2222
"eslint": "^6.8.0",
2323
"eslint-config-oclif": "^3.1.0",

0 commit comments

Comments
 (0)