Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GEC - generic-evidence-collector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEDINA
Public
GEC - generic-evidence-collector
Commits
3ebb89dc
Commit
3ebb89dc
authored
1 year ago
by
Kunz, Immanuel
Browse files
Options
Downloads
Patches
Plain Diff
final iteration of the generic evidence collector
parent
4c660f68
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmd/collector/collector.go
+1
-1
1 addition, 1 deletion
cmd/collector/collector.go
go.mod
+18
-18
18 additions, 18 deletions
go.mod
go.sum
+106
-82
106 additions, 82 deletions
go.sum
with
125 additions
and
101 deletions
cmd/collector/collector.go
+
1
−
1
View file @
3ebb89dc
...
@@ -38,7 +38,7 @@ import (
...
@@ -38,7 +38,7 @@ import (
"clouditor.io/clouditor/api/assessment"
"clouditor.io/clouditor/api/assessment"
"clouditor.io/clouditor/api/evidence"
"clouditor.io/clouditor/api/evidence"
"clouditor.io/clouditor/logging/formatter"
"clouditor.io/clouditor/logging/formatter"
"clouditor.io/clouditor/rest"
"clouditor.io/clouditor/
server/
rest"
"clouditor.io/clouditor/service"
"clouditor.io/clouditor/service"
grpc_middleware
"github.com/grpc-ecosystem/go-grpc-middleware"
grpc_middleware
"github.com/grpc-ecosystem/go-grpc-middleware"
grpc_auth
"github.com/grpc-ecosystem/go-grpc-middleware/auth"
grpc_auth
"github.com/grpc-ecosystem/go-grpc-middleware/auth"
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
18
−
18
View file @
3ebb89dc
module collector
module collector
go 1.1
9
go 1.
2
1
require (
require (
clouditor.io/clouditor
v1.
7.7
clouditor.io/clouditor
v1.
10.1
github.com/grpc-ecosystem/go-grpc-middleware
v1.4.0
github.com/grpc-ecosystem/go-grpc-middleware
v1.4.0
github.com/sirupsen/logrus
v1.9.
0
github.com/sirupsen/logrus
v1.9.
3
golang.org/x/oauth2
v0.
6
.0
golang.org/x/oauth2
v0.
13
.0
google.golang.org/grpc
v1.5
4
.0
google.golang.org/grpc
v1.5
9
.0
google.golang.org/protobuf
v1.3
0
.0
google.golang.org/protobuf
v1.3
1
.0
)
)
require (
require (
github.com/MicahParks/keyfunc
v1.9.0 // indirect
github.com/envoyproxy/protoc-gen-validate
v1.0.2 // indirect
github.com/envoyproxy/protoc-gen-validate
v0.10.1 // indirect
github.com/golang-jwt/jwt/v5
v5.0.0 // indirect
github.com/golang-jwt/jwt/v4
v4.5.0 // indirect
github.com/golang/protobuf
v1.5.3 // indirect
github.com/golang/protobuf
v1.5.3 // indirect
github.com/google/uuid
v1.
3
.0 // indirect
github.com/google/uuid
v1.
4
.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2
v2.1
5
.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2
v2.1
8
.0 // indirect
github.com/logrusorgru/aurora/v3
v3.0.0 // indirect
github.com/logrusorgru/aurora/v3
v3.0.0 // indirect
github.com/oxisto/oauth2go
v0.
7.1
// indirect
github.com/oxisto/oauth2go
v0.
11.0
// indirect
github.com/srikrsna/protoc-gen-gotag
v0.6.2 // indirect
github.com/srikrsna/protoc-gen-gotag
v0.6.2 // indirect
golang.org/x/crypto
v0.7.0 // indirect
golang.org/x/crypto
v0.14.0 // indirect
golang.org/x/exp
v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/net
v0.17.0 // indirect
golang.org/x/net
v0.8.0 // indirect
golang.org/x/sys
v0.13.0 // indirect
golang.org/x/sys
v0.6.0 // indirect
golang.org/x/text
v0.13.0 // indirect
golang.org/x/text
v0.8.0 // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/genproto
v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/genproto
v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/genproto/googleapis/api
v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20230920204549-e6e6cdab5c13 // indirect
)
)
This diff is collapsed.
Click to expand it.
go.sum
+
106
−
82
View file @
3ebb89dc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment