xeol-io / xeol

A scanner for end-of-life (EOL) software and dependencies in container images, filesystems, and SBOMs

Home Page:https://www.xeol.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Module Install/I can't read

spencerrung opened this issue · comments

What would you like to be added:
Hello again Benji!
So I am wanting to install xeol via go install or go get. I think I am probably just doing something wrong but if not just wanted to see if I could get your input.

I was getting this from go get "github.com/xeol-io/xeol/cmd/xeol@v0.9.10" Also not sure on my path there if I just want the cli.

github.com/xeol-io/xeol@v0.9.10/internal/xeolio/source.go:44:28: imageSource.Labels undefined (type source.StereoscopeImageSourceMetadata has no field or method Labels

Why is this needed:
This would be nice to have to install on distroless images such as chainguard, would be happy to add instructions to the readme too.

hey @spencerrung i'm having trouble reproducing this, are there any more commands you ran to get this error output?

Finally circling back to github in the new year!
That was all I did and it was in a blank alpine container.

Tbh I have just been using the install script for now but I know that I will not be able to use that in all places in the near future but can just wait till I need to find a new install method to revisit this