We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to like recently done for the analyzer, the scanner should also populate the toolVersions property when constructing the Environment:
toolVersions
Environment
ort/scanner/src/main/kotlin/Scanner.kt
Line 135 in eed3011
ort/scanner/src/main/kotlin/LocalScanner.kt
Line 505 in eed3011
(We should probably also check why it's necessary to create an Environment / ScannerRun at two places.)
ScannerRun
The text was updated successfully, but these errors were encountered:
--json
ort requirements
feat(scanner): Record the scanner tool versions in the ORT result
435c2db
Resolves #4161. Signed-off-by: Sebastian Schuberth <[email protected]>
b2aebfa
No branches or pull requests
Similar to like recently done for the analyzer, the scanner should also populate the
toolVersions
property when constructing theEnvironment
:ort/scanner/src/main/kotlin/Scanner.kt
Line 135 in eed3011
ort/scanner/src/main/kotlin/LocalScanner.kt
Line 505 in eed3011
(We should probably also check why it's necessary to create an
Environment
/ScannerRun
at two places.)The text was updated successfully, but these errors were encountered: