package
0.0.0-20250121163930-5c1bdff472cd
Repository: https://github.com/kahlys/codex.git
Documentation: pkg.go.dev

# README

osv-viewer

Helper tool to display basic informations from a osv-scanner json output file.

Instalation

go install github.com/kahlys/[email protected]

Usage

Use the osv-scanner tool on your project and retrieve a json output file.

  • You can list all sources with vulnerabilities
osv-viewer --in <json_file> sources
  • You can display all vulnerabilities of a source
osv-viewer --in <json_file> show <source_id>

# Structs

No description provided by the author