summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/security_reports/store/constants.js
blob: 6aeab56eea2edcd81cf873c678bfd044a2441b1f (plain)
1
2
3
4
5
6
7
/**
 * 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';