You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import it with orthw-shell - orthw init file:///${pwd}/abacus-scan-result.yml
Generate EvaluatedModel with orthw report-model and WebApp report with orthw report-webapp
Open evaluated-model.json with an editor of our choice and navigate to lines 155376 the entry for package Crate::http:1.2.0. See for your convenience attached abacus-evaluated-model.json.zip
VCS resolved revision is reported in the EvaluatedModel for every package of which the source code repository was scanned so the WebApp report will include it.
Environment
ORT version: 53.0.0-022.sha.6e94cb3
ORT configuration: ort-config repository d2978de
Java version: Java 21.0.6.
OS: MacOS Sequoia 15.3.1
The text was updated successfully, but these errors were encountered:
@tsteenbe - do I understand correctly that this issue basically says: The resolved revision should be contained in the analyzer result part of the OrtResult? (This would be invalid imo, because version resolution is only part of the (later) scanner stage).
edit: Just noticed this is about EvaluatedModel. But I believe vcs_processed is the analog property to the analyzer result one, and thus must not contain any resolved revision, but only package metadata. So, probably the way that resolved revision is accessed / retrieved by the WebApp should be changed. Is it (easily) possible to obtain scan results for a package, and get the resolved revision from there?
Describe the bug
EvaluatedModel or WebApp report does not included resolved VCS revision for some packages where the VCS was scanned.
Found this bug during the development #4162 - without revision we can't construct a valid link for a scanner file finding .
To Reproduce
Steps to reproduce the behavior:
orthw init file:///${pwd}/abacus-scan-result.yml
orthw report-model
and WebApp report withorthw report-webapp
Crate::http:1.2.0
. See for your convenience attached abacus-evaluated-model.json.zipwhilst abacus-scan-result.yml line 48396 till 48403 show there is a resolved revision
Expected behavior
VCS resolved revision is reported in the EvaluatedModel for every package of which the source code repository was scanned so the WebApp report will include it.
Environment
The text was updated successfully, but these errors were encountered: