Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.14 KB

osv-scanner.md

File metadata and controls

45 lines (31 loc) · 1.14 KB
description title layout
OSV-Scanner is an open-source tool created by Google to detect vulnerabilities in projects by scanning dependencies against the OSV database.
Trunk | How to run OSV-Scanner
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

OSV-Scanner

OSV-Scanner is a linter for Security.

You can enable the OSV-Scanner linter with:

trunk check enable osv-scanner

Auto Enabling

OSV-Scanner will be auto-enabled if any Lockfile files are present.

Settings

OSV-Scanner supports the following config files:

  • osv-scanner.toml

You can move these files to .trunk/configs and trunk check will still find them. See Moving Linter Configs for more info.

Links