docs: How to transition from osv-scalibr to osv-scanner#2173
Conversation
| | `--root` | `[directory]` (argument) | `osv-scanner scan source [directory]` | | ||
| | `--result` | `--output` | `osv-scanner --output <file>` | | ||
| | `-o` | `--format` and `--output` | e.g. `osv-scalibr -o spdx23-json=r.json` becomes `osv-scanner --format spdx-2.3-json --output r.json` | | ||
| | `--plugins` | `--experimental-plugins` | | |
There was a problem hiding this comment.
do we want to list some example plugins/extractors/detectors here?
There was a problem hiding this comment.
Made google/osv-scalibr#1137 which I'll link to on this doc for the list of plugins available.
| **osv-scalibr:** | ||
|
|
||
| ```sh | ||
| scalibr --root /path/to/your/project |
There was a problem hiding this comment.
I remember you need to specify the output file in CLI as well?
| osv-scanner /path/to/your/project | ||
| ``` | ||
|
|
||
| ### Selecting plugins |
There was a problem hiding this comment.
though covered in manual-plugin-selection.md, it might be worth mentioning where to find the list of available plugins; also the list of plugins may be scoped to the ones in the scalibr version that we depend on.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2173 +/- ##
==========================================
+ Coverage 67.34% 67.40% +0.05%
==========================================
Files 169 170 +1
Lines 16282 16362 +80
==========================================
+ Hits 10965 11028 +63
- Misses 4634 4635 +1
- Partials 683 699 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add doc describing how to transition from osv-scalibr to osv-scanner.