Skip to content

bump grype to 0.86.1 #2137

bump grype to 0.86.1

bump grype to 0.86.1 #2137

Triggered via pull request January 7, 2025 21:46
Status Failure
Total duration 3m 16s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/cli/components/scanfindings/scanfindings.go#L13
could not import github.com/wolfi-dev/wolfictl/pkg/scan (-: # github.com/wolfi-dev/wolfictl/pkg/scan
lint: pkg/scan/apk.go#L162
cannot use *datastore (variable of type v5.ProviderStore) as v5.Store value in argument to NewGrypeVulnerabilityMatcher: v5.ProviderStore does not implement v5.Store (missing method AddVulnerability)
lint: pkg/scan/apk.go#L165
cannot use datastore (variable of type *v5.ProviderStore) as *v5.Store value in struct literal: *v5.ProviderStore does not implement *v5.Store (type *v5.Store is pointer to interface, not interface)
lint: pkg/scan/apk.go#L256
s.datastore.Close undefined (type *v5.Store is pointer to interface, not interface)
lint: pkg/scan/apk.go#L263
cannot use datastore (variable of type v5.Store) as v5.ProviderStore value in struct literal
lint: pkg/scan/finding.go#L86
datastore.MetadataProvider undefined (type *v5.Store is pointer to interface, not interface)
lint: pkg/scan/finding.go#L93
datastore.MetadataProvider undefined (type *v5.Store is pointer to interface, not interface)) (typecheck)
lint: pkg/cli/internal/builds/builds.go#L11
could not import github.com/wolfi-dev/wolfictl/pkg/scan (-: # github.com/wolfi-dev/wolfictl/pkg/scan
lint: pkg/scan/apk.go#L162
cannot use *datastore (variable of type v5.ProviderStore) as v5.Store value in argument to NewGrypeVulnerabilityMatcher: v5.ProviderStore does not implement v5.Store (missing method AddVulnerability)
lint: pkg/scan/apk.go#L165
cannot use datastore (variable of type *v5.ProviderStore) as *v5.Store value in struct literal: *v5.ProviderStore does not implement *v5.Store (type *v5.Store is pointer to interface, not interface)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636