Commit 8c2a7b02 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Paul Gascou-Vaillancourt

Apply 1 suggestion(s) to 1 file(s)

parent 445cb0f9
- on_demand_scans_path = Feature.enabled?(:dast_saved_scans) ? new_project_on_demand_scan_path(@project) : project_on_demand_scan_path(@project)
- on_demand_scans_path = Feature.enabled?(:dast_saved_scans, @project, default_enabled: :yaml) ? new_project_on_demand_scan_path(@project) : project_on_demand_scans_path(@project)
- if any_project_nav_tab?([:security, :dependencies, :licenses, :audit_events])
= nav_link(path: sidebar_security_paths) do
......
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