Commit 2ec2e0a2 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Paul Gascou-Vaillancourt

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

parent fbce2ca5
......@@ -8,7 +8,7 @@ module Projects
push_frontend_feature_flag(:dast_saved_scans, @project, default_enabled: :yaml)
end
before_action :authorize_read_on_demand_scans!, only: [:index]
before_action :authorize_read_on_demand_scans!, only: :index
before_action :authorize_create_on_demand_dast_scan!, only: [:new, :edit]
feature_category :dynamic_application_security_testing
......
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