Activate on-demand scans nav item when editing a site profile

parent 474fe142
...@@ -163,6 +163,7 @@ module EE ...@@ -163,6 +163,7 @@ module EE
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
projects/dependencies#index projects/dependencies#index
projects/licenses#index projects/licenses#index
...@@ -182,6 +183,7 @@ module EE ...@@ -182,6 +183,7 @@ module EE
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
] ]
end end
......
---
title: Activate on-demand scans nav item when editing a site profile
merge_request: 40148
author:
type: fixed
...@@ -176,6 +176,7 @@ RSpec.describe ProjectsHelper do ...@@ -176,6 +176,7 @@ RSpec.describe ProjectsHelper do
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
projects/dependencies#index projects/dependencies#index
projects/licenses#index projects/licenses#index
...@@ -195,6 +196,7 @@ RSpec.describe ProjectsHelper do ...@@ -195,6 +196,7 @@ RSpec.describe ProjectsHelper do
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
] ]
end end
......
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