Implement verification cache #8748
Annotations
6 errors and 2 warnings
golangci-lint:
pkg/verificationcache/verification_cache_test.go#L138
cannot use &cache (value of type **VerificationCache) as *VerificationCache value in argument to getResultCacheKey
|
golangci-lint:
pkg/verificationcache/verification_cache_test.go#L139
cannot use &cache (value of type **VerificationCache) as *VerificationCache value in argument to getResultCacheKey
|
golangci-lint:
pkg/verificationcache/verification_cache_test.go#L175
cannot use &cache (value of type **VerificationCache) as *VerificationCache value in argument to getResultCacheKey
|
golangci-lint:
pkg/verificationcache/verification_cache_test.go#L208
cannot use &cache (value of type **VerificationCache) as *VerificationCache value in argument to getResultCacheKey
|
golangci-lint:
pkg/verificationcache/verification_cache_test.go#L209
cannot use &cache (value of type **VerificationCache) as *VerificationCache value in argument to getResultCacheKey (typecheck)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/trufflehog/trufflehog. Supported file pattern: go.sum
|
Loading