Align Secret Detection module with SAST
The existing SAST Vuex module was only superficially different from the new Secret Detection module. The only real difference is the passing of the relevant report type to the `fetchDiffData` function. I've intentionally made these two modules nearly identical to aid future refactoring to de-duplicate these via a factory pattern, or similar.
Showing
Please register or sign in to comment