fix(deps): update all non-major dependencies #7312
test-upgrade.yml
on: pull_request
build
2m 47s
validate
0s
Annotations
10 errors
build:
src/internal/packager/sbom/catalog.go#L160
undefined: source.NewFromImage
|
build:
src/internal/packager/sbom/catalog.go#L182
undefined: syft.Encode
|
build:
src/internal/packager/sbom/catalog.go#L182
undefined: syft.FormatByID
|
build:
src/internal/packager/sbom/catalog.go#L182
undefined: syft.JSONFormatID
|
build:
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
|
build:
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
|
build:
src/internal/packager/sbom/catalog.go#L215
invalid operation: cannot call non-function clean (variable of type error)
|
build:
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)
|
build:
src/internal/packager/sbom/catalog.go#L228
fileSource.Metadata undefined (type *"github.com/anchore/syft/syft/source".FileSource has no field or method Metadata)
|
build:
src/internal/packager/sbom/catalog.go#L235
fileSource.Metadata undefined (type *"github.com/anchore/syft/syft/source".FileSource has no field or method Metadata)
|