Live data from Hacker News

Ask HN: Best approach to dependency vulnerability scanning in CI?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Best approach to dependency vulnerability scanning in CI?

#2
We support this with ReARM - https://rearmhq.com/

It's an open-core product (there is an option to self-host FOSS ReARM CE yourself) that gives you per-release vulnerability posture. It consumes various artifacts (e.g., SBOMs) generated during CI phase and does scan on them, doesn't need access to source code. Apart from SBOMs it consumes files with findings from other tools (reports in SARIF format, VDRs, VEXs).