gitlab-org--gitlab-foss/app/assets/javascripts/vue_shared/security_reports/store/constants.js

8 lines
280 B
JavaScript

/**
* Vuex module names corresponding to security scan types. These are similar to
* the snake_case report types from the backend, but should not be considered
* to be equivalent.
*/
export const MODULE_SAST = 'sast';
export const MODULE_SECRET_DETECTION = 'secretDetection';