fix(deps): update all non-major dependencies #8503
Triggered via pull request
November 28, 2023 23:18
Status
Failure
Total duration
12m 24s
Artifacts
–
Annotations
10 errors and 1 warning
validate (go):
src/internal/packager/sbom/catalog.go#L160
undefined: source.NewFromImage
|
validate (go):
src/internal/packager/sbom/catalog.go#L182
undefined: syft.Encode
|
validate (go):
src/internal/packager/sbom/catalog.go#L182
undefined: syft.FormatByID
|
validate (go):
src/internal/packager/sbom/catalog.go#L182
undefined: syft.JSONFormatID
|
validate (go):
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 (go):
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 (go):
src/internal/packager/sbom/catalog.go#L215
invalid operation: cannot call non-function clean (variable of type error)
|
validate (go):
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 (go):
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 (go):
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 (go)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby
|