Skip to content

fix(deps): update all non-major dependencies #3412

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #3412

Triggered via pull request November 1, 2023 05:54
Status Failure
Total duration 6m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

scan-cves.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
validate: src/cmd/tools/syft.go#L14
undefined: syftCLI.New
validate: src/internal/packager/sbom/catalog.go#L160
undefined: source.NewFromImage
validate: src/internal/packager/sbom/catalog.go#L207
cannot use componentSBOM.Component.Base (variable of type string) as "github.com/anchore/syft/syft/source".DirectoryConfig value in argument to source.NewFromDirectory
validate: src/internal/packager/sbom/catalog.go#L214
cannot use file (variable of type string) as "github.com/anchore/syft/syft/source".FileConfig value in argument to source.NewFromFile
validate: src/internal/packager/sbom/catalog.go#L215
invalid operation: cannot call non-function clean (variable of type error)
validate: src/internal/packager/sbom/catalog.go#L218
cannot use &fileSource (value of type **"github.com/anchore/syft/syft/source".FileSource) as "github.com/anchore/syft/syft/source".Source value in argument to syft.CatalogPackages: **"github.com/anchore/syft/syft/source".FileSource does not implement "github.com/anchore/syft/syft/source".Source (missing method Close)
validate: src/internal/packager/sbom/catalog.go#L228
fileSource.Metadata undefined (type *"github.com/anchore/syft/syft/source".FileSource has no field or method Metadata)
validate: src/internal/packager/sbom/catalog.go#L235
fileSource.Metadata undefined (type *"github.com/anchore/syft/syft/source".FileSource has no field or method Metadata)
validate: src/internal/packager/sbom/catalog.go#L244
cannot use &parentSource (value of type **"github.com/anchore/syft/syft/source".DirectorySource) as artifact.Identifiable value in struct literal: **"github.com/anchore/syft/syft/source".DirectorySource does not implement artifact.Identifiable (missing method ID)
validate: src/internal/packager/sbom/catalog.go#L256
parentSource.Metadata undefined (type *"github.com/anchore/syft/syft/source".DirectorySource has no field or method Metadata)