Commit 153a0527 authored by Fernando's avatar Fernando

Add API Fuzzing to security dashboard

* Add report type to constant
* Show new report type in dropdown
parent 9ae8443a
......@@ -18,6 +18,7 @@ export const REPORT_TYPES = {
sast: s__('ciReport|SAST'),
secret_detection: s__('ciReport|Secret Detection'),
coverage_fuzzing: s__('ciReport|Coverage Fuzzing'),
api_fuzzing: s__('ciReport|API Fuzzing'),
};
export const DASHBOARD_TYPES = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment