Detectors Aggregation #395
Annotations
7 errors and 1 warning
|
test-detectors:
pkg/detectors/saladcloudapikey/saladcloudapikey.go#L21
cannot use (*Scanner)(nil) (value of type *Scanner) as detectors.Detector value in variable declaration: *Scanner does not implement detectors.Detector (missing method Description)
|
test-detectors:
pkg/detectors/saladcloudapikey/saladcloudapikey_test.go#L23
cannot use d (variable of type Scanner) as detectors.Detector value in array or slice literal: Scanner does not implement detectors.Detector (missing method Description)
|
|
test-detectors:
pkg/detectors/saladcloudapikey/saladcloudapikey.go#L21
cannot use (*Scanner)(nil) (value of type *Scanner) as detectors.Detector value in variable declaration: *Scanner does not implement detectors.Detector (missing method Description)
|
test-detectors:
pkg/detectors/saladcloudapikey/saladcloudapikey_test.go#L23
cannot use d (variable of type Scanner) as detectors.Detector value in array or slice literal: Scanner does not implement detectors.Detector (missing method Description)
|
test-detectors
Process completed with exit code 1.
|
test-detectors
Restore cache failed: Dependencies file is not found in /home/runner/work/trufflehog/trufflehog. Supported file pattern: go.sum
|