Description
Overview
OSV-Scanner will use OSV-Scalibr’s Scan function directly rather than using our own filesystem walker.
This is currently blocked by several features missing in OSV-Scalibr:'
- Git based .gitignore files for filtering what files to walk through for recursive scans
- Support non recursive scans.
Tasks
- Setup
Config
for calling OSV-Scalibr - Convert directory scan to use
Scan()
- Convert single file scan to use
Scan()