-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scanner): Teach package scanners about all packages covered by a…
… scan Some package scanner implementations may not only need to know about the reference package, but about all packages hosted in a (mono-) repository and thus being implicitly scanned. A use-case are scanners that associate scanned code with package identifiers in order to browse the source code for a package for license clearance tasks in a later step. Give such scanners access to that information without breaking the API by adding a new `coveredPackages` property to the `ScanContext`. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
1fe0eb5
commit eb6e82f
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters