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

Commit 51b6aaa

Browse files
committed
Properly rename repository references
1 parent 4c30e2f commit 51b6aaa

File tree

23 files changed

+37
-37
lines changed

23 files changed

+37
-37
lines changed

auto-discovery/kubernetes/PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
domain: securecodebox.io
2-
repo: github.com/secureCodeBox/secureCodeBox-v2-alpha/cloud-integrations/kubernetes
2+
repo: github.com/secureCodeBox/secureCodeBox-v2/cloud-integrations/kubernetes
33
version: "2"

auto-discovery/kubernetes/controllers/ingress_scan_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"fmt"
2222

2323
"github.com/go-logr/logr"
24-
targetsv1 "github.com/secureCodeBox/secureCodeBox-v2-alpha/operator/apis/targets/v1"
24+
targetsv1 "github.com/secureCodeBox/secureCodeBox-v2/operator/apis/targets/v1"
2525

2626
networking "k8s.io/api/networking/v1beta1"
2727
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

auto-discovery/kubernetes/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
module github.com/secureCodeBox/secureCodeBox-v2-alpha/auto-discovery/kubernetes
1+
module github.com/secureCodeBox/secureCodeBox-v2/auto-discovery/kubernetes
22

33
go 1.13
44

55
require (
66
github.com/go-logr/logr v0.1.0
77
github.com/onsi/ginkgo v1.11.0
88
github.com/onsi/gomega v1.8.1
9-
github.com/secureCodeBox/secureCodeBox-v2-alpha/operator v0.0.0
9+
github.com/secureCodeBox/secureCodeBox-v2/operator v0.0.0
1010
k8s.io/api v0.17.2
1111
k8s.io/apimachinery v0.17.2
1212
k8s.io/client-go v0.17.2
1313
sigs.k8s.io/controller-runtime v0.5.2
1414
)
1515

16-
replace github.com/secureCodeBox/secureCodeBox-v2-alpha/operator => ../../operator
16+
replace github.com/secureCodeBox/secureCodeBox-v2/operator => ../../operator

auto-discovery/kubernetes/go.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
251251
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
252252
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
253253
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
254-
github.com/secureCodeBox/secureCodeBox-v2-alpha v0.0.0-20200421122123-57178734d6e9 h1:S/FoesxDuE1/lj2iYpCgPdJXj4Gqe81BfuzTao+kIng=
254+
github.com/secureCodeBox/secureCodeBox-v2 v0.0.0-20200421122123-57178734d6e9 h1:S/FoesxDuE1/lj2iYpCgPdJXj4Gqe81BfuzTao+kIng=
255255
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
256256
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
257257
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=

auto-discovery/kubernetes/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import (
2626
ctrl "sigs.k8s.io/controller-runtime"
2727
"sigs.k8s.io/controller-runtime/pkg/log/zap"
2828

29-
"github.com/secureCodeBox/secureCodeBox-v2-alpha/auto-discovery/kubernetes/controllers"
29+
"github.com/secureCodeBox/secureCodeBox-v2/auto-discovery/kubernetes/controllers"
3030

31-
targetsv1 "github.com/secureCodeBox/secureCodeBox-v2-alpha/operator/apis/targets/v1"
31+
targetsv1 "github.com/secureCodeBox/secureCodeBox-v2/operator/apis/targets/v1"
3232
// +kubebuilder:scaffold:imports
3333
)
3434

hooks/declarative-subsequent-scans/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ $ kubectl get cascadingrules
1010
You need to explicitly turn on scan cascading for every scan you use.
1111
You can do that by setting a label selector which matches all rules you want to use.
1212

13-
Find out more, on the docs: TODO(https://github.com/secureCodeBox/secureCodeBox-v2-alpha/issues/46)
13+
Find out more, on the docs: TODO(https://github.com/secureCodeBox/secureCodeBox-v2/issues/46)

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/secureCodeBox/secureCodeBox-v2-alpha/lurcher
1+
module github.com/secureCodeBox/secureCodeBox-v2/lurcher
22

33
go 1.13
44

operator/PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
domain: experimental.securecodebox.io
22
multigroup: true
3-
repo: github.com/secureCodeBox/secureCodeBox-v2-alpha
3+
repo: github.com/secureCodeBox/secureCodeBox-v2
44
resources:
55
- group: execution
66
kind: Scan

operator/apis/cascading/v1/cascadingrule_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
package v1
1818

1919
import (
20-
executionv1 "github.com/secureCodeBox/secureCodeBox-v2-alpha/operator/apis/execution/v1"
20+
executionv1 "github.com/secureCodeBox/secureCodeBox-v2/operator/apis/execution/v1"
2121
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2222
"k8s.io/apimachinery/pkg/util/intstr"
2323
)

operator/apis/targets/v1/host_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
package v1
1818

1919
import (
20-
executionv1 "github.com/secureCodeBox/secureCodeBox-v2-alpha/operator/apis/execution/v1"
20+
executionv1 "github.com/secureCodeBox/secureCodeBox-v2/operator/apis/execution/v1"
2121
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2222
)
2323

0 commit comments

Comments
 (0)