Commit a162dd21 authored by Etienne Baqué's avatar Etienne Baqué

Merge branch '342135-move-routes' into 'master'

Move SAST configuration path to CE

See merge request gitlab-org/gitlab!73464
parents 42aad0c7 1254c37f
......@@ -38,7 +38,9 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
namespace :security do
resource :configuration, only: [:show], controller: :configuration
resource :configuration, only: [:show], controller: :configuration do
resource :sast, only: [:show], controller: :sast_configuration
end
end
resources :artifacts, only: [:index, :destroy]
......
......@@ -64,7 +64,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :configuration, only: [], controller: :configuration do
post :auto_fix, on: :collection
resource :corpus_management, only: [:show], controller: :corpus_management
resource :sast, only: [:show], controller: :sast_configuration
resource :api_fuzzing, only: :show, controller: :api_fuzzing_configuration
resource :dast_scans, only: [:show], controller: :dast_profiles do
resources :dast_site_profiles, only: [:new, :edit]
......
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