Update base image to RH UBI 9 and Golang 1.21.13 #947
Annotations
10 errors and 1 warning
golangci-lint:
plugins/application/elasticsearch/pkg/lib/client_test.go#L49
G101: Potential hardcoded credentials: RSA private key (gosec)
|
golangci-lint:
pkg/application/application.go#L7
import 'github.com/infrawatch/sg-core/pkg/data' is not allowed from list 'Main' (depguard)
|
golangci-lint:
pkg/handler/handler.go#L6
import 'github.com/infrawatch/sg-core/pkg/bus' is not allowed from list 'Main' (depguard)
|
golangci-lint:
cmd/manager/manager.go#L12
import 'github.com/infrawatch/apputils/logging' is not allowed from list 'Main' (depguard)
|
golangci-lint:
cmd/manager/manager.go#L13
import 'github.com/infrawatch/sg-core/pkg/application' is not allowed from list 'Main' (depguard)
|
golangci-lint:
cmd/manager/manager.go#L14
import 'github.com/infrawatch/sg-core/pkg/bus' is not allowed from list 'Main' (depguard)
|
golangci-lint:
cmd/manager/manager.go#L15
import 'github.com/infrawatch/sg-core/pkg/handler' is not allowed from list 'Main' (depguard)
|
golangci-lint:
cmd/manager/manager.go#L16
import 'github.com/infrawatch/sg-core/pkg/transport' is not allowed from list 'Main' (depguard)
|
golangci-lint:
cmd/manager/manager.go#L17
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
|
golangci-lint:
pkg/config/config.go#L9
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/sg-core/sg-core. Supported file pattern: go.sum
|
Loading