Commit e753ca46 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Add license_scanning path

parent 6d6951a4
......@@ -6,6 +6,7 @@ resources :merge_requests, only: [], constraints: { id: /\d+/ } do
delete '/descriptions/:version_id', action: :delete_description_version, as: :delete_description_version
get :metrics_reports
get :license_management_reports
get :license_scanning_reports
get :container_scanning_reports
get :dependency_scanning_reports
get :sast_reports
......
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