Skip to content

Generic lib

Generic lib #58

Triggered via pull request July 9, 2024 02:45
@noborumanoboruma
synchronize #121
generic-lib
Status Failure
Total duration 33s
Artifacts

golang-linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: server/grpc.go#L21
s.YaraRules undefined (type *SecretGRPCServer has no field or method YaraRules) (typecheck)
lint: server/grpc.go#L45
s.HostMountPath undefined (type *SecretGRPCServer has no field or method HostMountPath) (typecheck)
lint: server/grpc.go#L46
s.ExtractorConfig undefined (type *SecretGRPCServer has no field or method ExtractorConfig) (typecheck)
lint: server/grpc.go#L47
s.InactiveThreshold undefined (type *SecretGRPCServer has no field or method InactiveThreshold) (typecheck)
lint: server/grpc.go#L48
s.ScanMap undefined (type *SecretGRPCServer has no field or method ScanMap) (typecheck)
lint: main.go#L40
could not import github.com/deepfence/SecretScanner/jobs (-: # github.com/deepfence/SecretScanner/jobs
lint: jobs/common.go#L9
undefined: getDfInstallDir
lint: jobs/common.go#L10
undefined: getDfInstallDir) (typecheck)
lint: main.go#L189
undefined: out.ScanStatusFilename (typecheck)
lint: main.go#L190
undefined: out.ScanFilename (typecheck)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/