feat: add scan SBOM handler #123
ci.yml
on: pull_request
Test
35s
Golangci-lint
2m 22s
Annotations
4 errors
Test
cannot use handlers.NewScanSBOMHandler(k8sClient, "/var/run/worker", logger) (value of type *handlers.ScanSBOMHandler) as messaging.Handler value in map literal: *handlers.ScanSBOMHandler does not implement messaging.Handler (missing method NewMessage)
|
Test
Process completed with exit code 2.
|
Golangci-lint:
cmd/worker/main.go#L60
cannot use handlers.NewScanSBOMHandler(k8sClient, "/var/run/worker", logger) (value of type *handlers.ScanSBOMHandler) as messaging.Handler value in map literal: *handlers.ScanSBOMHandler does not implement messaging.Handler (missing method NewMessage) (typecheck)
|
Golangci-lint
issues found
|