fix(deps): update all non-major dependencies #8292
Triggered via pull request
November 12, 2023 07:11
Status
Failure
Total duration
19m 55s
Artifacts
–
Annotations
10 errors and 1 warning
validate (go):
src/cmd/tools/syft.go#L14
undefined: syftCLI.New
|
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)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby
|