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 are two packages with the same provenance, the scan
results are duplicated, which leads to duplication in the report too.
FossID doesn't support the VCS path. Therefore, results with a VCS
provenance containing a non-empty VCS path are most likely duplicates that
can be safely removed.
This is a temporary fix until scan results are stored by provenance.
Signed-off-by: Nicolas Nobelis <[email protected]>
0 commit comments