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
fix(reporter): Limit the reporting to results without VCS path
Currently, when there is two packages with the same provenance, the scan
results are duplicated. This is because FossID does not support VCS path
and repository is scanned once, and results are then duplicated for each
package with the same provenance.
This is a temporary fix until scan results are stored by provenance.
Signed-off-by: Nicolas Nobelis <[email protected]>
0 commit comments