Alex Goodman

Results 430 comments of Alex Goodman

@developer-guy friendly nudge on https://github.com/anchore/grype/pull/642#issuecomment-1060717671 (also 1:1 with https://github.com/anchore/syft/pull/847)

We really want to encourage folks to install released versions of grype/syft when using install.sh. Installing a development version requires a build toolchain which is outside of the capabilities of...

To support this we'll need to implement https://github.com/anchore/syft/issues/6 (in syft)

Since I'm already leveraging goreleaser for generating RPMs and DEBs I'd like to enhance that project first, then it would be pretty trivial to make PPA/COPR/Debian repos. Added an issue...

Good catch, @rzr . In the future I'm hoping to integrate more tools and engines with dive, so tying it directly with `docker` would be misleading in the future. The...

@chanRoot both a `dpkg -i ./dive_0.9.2_linux_amd64.deb` as well as `apt install ./dive_0.9.2_linux_amd64.deb` should work fine --are you having a specific issue installing the deb?

@dvonessen and @lukasmrtvy , thanks for the poke! Short answer is yes, I'll cut a release today 👍 . With regard to "is this an unmaintained project" --no, though it...

I haven't been able to get to this repo for a while. I have some ideas about the direction dive could go in, but haven't had the time to execute...

Since the project is using go modules it will be easier to manage the dependencies outside of the `$GOPATH`; try running `unset GOPATH` first followed by `go get github.com/wagoodman/dive` again

Hadn't thought that there was an interest in running this on arm, I think that can be worked into the existing release process. Also, an alpine image is already in...