Skip to content

Move SAST Vuex module to CE [RUN AS-IF-FOSS]

What does this MR do?

Move SAST Vuex module to CE

This moves (most of) the SAST Vuex module from EE to CE as part of the effort to add vulnerability counts to the CE MR security widget.

It's not a straight-forward move, though. The SAST module contains actions, mutations and getters specific to EE functionality, so the approach taken here was to move all common behaviour to CE version, and make the EE version extend the CE version.

Screenshots (strongly suggested)

n/a

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #273423 (closed)

Edited by Mark Florian

Merge request reports