-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ExperimentalScanner: Catch
DownloadException
when creating archives
The `ExperimentalScanner` downloads missing archives for packages and, whenever the `Downloader` fails, throws a `DownloadException` which stops the scanner execution. This commit moves the downloader call in a runCatching block and creates an `OrtIssue` on failure. Signed-off-by: Onur Demirci <onur.demirci@bosch.io>
- Loading branch information
1 parent
bffbbe0
commit 4ba16b6
Showing
2 changed files
with
38 additions
and
13 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