How to Install and Uninstall osv-scanner Package on openSUSE Leap

Last updated: July 01,2024

1. Install "osv-scanner" package

This guide covers the steps necessary to install osv-scanner on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install osv-scanner

2. Uninstall "osv-scanner" package

In this section, we are going to explain the necessary steps to uninstall osv-scanner on openSUSE Leap:

$ sudo zypper remove osv-scanner

3. Information about the osv-scanner package on openSUSE Leap

Information for package osv-scanner:
------------------------------------
Repository : Main Repository
Name : osv-scanner
Version : 1.1.0-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.8 MiB
Installed : No
Status : not installed
Source package : osv-scanner-1.1.0-bp155.1.6.src
Upstream URL : https://github.com/google/osv-scanner
Summary : Vulnerability scanner written in Go
Description :
Use OSV-Scanner to find existing vulnerabilities affecting your project's dependencies.
OSV-Scanner provides an officially supported frontend to the OSV database that connects a project’s list of dependencies with the vulnerabilities that affect them. Since the OSV.dev database is open source and distributed, it has several benefits in comparison with closed source advisory databases and scanners:
- Each advisory comes from an open and authoritative source (e.g. the RustSec Advisory Database)
- Anyone can suggest improvements to advisories, resulting in a very high quality database
- The OSV format unambiguously stores information about affected versions in a machine-readable format that precisely maps onto a developer’s list of packages
The above all results in fewer, more actionable vulnerability notifications, which reduces the time needed to resolve them.