Will Murphy
Will Murphy
Hi @dsseng we discussed this at our [livestream this week](https://anchorecommunity.discourse.group/t/july-24th-open-source-gardening-live-stream/504?u=willmurphy), and we'd accept a PR adding this feature. The CLI user experience should be an additional value that can be...
I wanted to comment briefly on why Syft when called as a library doesn't just register a SQLite driver for you. The answer is that SQL drivers in Go register...
Here's a link to the [livestream](https://anchorecommunity.discourse.group/t/november-6-open-source-gardening-live-stream/585?u=willmurphy) if anyone wants to listen to the whole discussion. (We talked about this issue for the first 40 minutes or so.)
This is blocked on https://github.com/anchore/vunnel/issues/626, which is blocked on some open questions about how SUSE's new CSAF data feeds work.
This is waiting on https://github.com/anchore/vunnel/issues/626.
We've decided not to enable coderabbit.ai for a few reasons: 1. Automated PR comments are likely to make suggestions that maintainers do not agree with, but contributors may act on...
I haven't had a chance to dig deeply, but please note the double `//` between `cve` and `2021` in `https://repo.openeuler.org/security/data/csaf/cve//2021/csaf-openeuler-cve-2021-27097.json`. I don't know whether that's part of the problem, but...
@popey that's a lot of open connections! I think the problem is that the inner loop is letting responses just get garbage collected, so probably all the connections are open...
Hi @the-real-jeremy-coleman thanks for the docs update! In order for us to accept the PR, please sign off the commit: https://github.com/anchore/grype/blob/main/CONTRIBUTING.md#sign-off-your-work Thanks!
@andyantrim can you help me understand the problem this change would solve a little more specifically? For example: ``` sh # scanning an image: syft -q -o json alpine |...