You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go clean --testcache
$ go test ./...
? github.com/aquasecurity/harbor-scanner-aqua/cmd/scanner-adapter [no test files]
ok github.com/aquasecurity/harbor-scanner-aqua/pkg 0.012s [no tests to run]
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/aqua 0.009s
? github.com/aquasecurity/harbor-scanner-aqua/pkg/ext [no test files]
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/etc 0.016s
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/harbor 0.007s
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/http/api 0.012s
? github.com/aquasecurity/harbor-scanner-aqua/pkg/job [no test files]
? github.com/aquasecurity/harbor-scanner-aqua/pkg/persistence/redis [no test files]
? github.com/aquasecurity/harbor-scanner-aqua/pkg/persistence [no test files]
? github.com/aquasecurity/harbor-scanner-aqua/pkg/persistence/mock [no test files]
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/http/api/v1 0.021s
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/redisx 0.008s
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/scanner 0.007s
ok github.com/aquasecurity/harbor-scanner-aqua/pkg/work 0.004s [no tests to run]
The text was updated successfully, but these errors were encountered:
the tests for some packages will be failed, when there is
scannercli
executable binary in the environment.it seems it's a bug
after rename
scannercli
toscannercli111
:The text was updated successfully, but these errors were encountered: