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
refactor(scanoss): Set SCANOSS matcher property to null
This change sets the SCANOSS scanner's matcher property to null to prevent
loading results from scan storage. This follows the same approach implemented
for other snippet scanners, where the consensus was that snippet scanner
results should never come from scan storage.
This fixes an issue where `context.excludes` was being nullified in
`ScanOss.scanPath()`, preventing proper application of exclusion patterns.
Signed-off-by: Agustin Isasmendi <[email protected]>
0 commit comments