Skip to content

Update ruleset module to support remote Custom Rulesets

Vishwa Bhat requested to merge vbhat161-update-ruleset into main

What does this MR do?

Updates ruleset module to the latest version(v2.0.2) to support loading remote Custom Rulesets.

Note: report module doesn't directly get impacted by this upgrade since the feature primarily benefits SAST analyzers. Since SAST analyzers have a direct dependency on report module which currently refers to ruleset/v1, when upgrading SAST analyzers to ruleset/v2, they end up installing both v2(direct) and v1(transitive) versions.

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports