Install Vulnetix CLI via go install and integrate with Go security tools like govulncheck and gosec for comprehensive vulnerability scanning.
Add Vulnetix to Go CLI
Create shell and run the Vulnetix CLI in your Go CLI pipeline. It collects SARIF, CycloneDX and SPDX artifacts automatically and uploads them for centralised vulnerability management:
go install github.com/vulnetix/cli@latest # Native SCA scan vulnetix scan # Or upload existing reports vulnetix upload --file reports/gosec.sarif vulnetix upload --file reports/sbom.json
Why run Vulnetix in Go CLI?
Every scan from every job lands in one queue, deduplicated and prioritised with EPSS, CISA KEV and Coalition ESS exploit intelligence — so your Go CLI pipeline gates merges on what is actually exploitable, not raw scanner noise.