Commit bbd8afb0 authored by Marcos Rocha's avatar Marcos Rocha Committed by James Fargher

Fix secure report schema filename

parent 158e643f
......@@ -34,7 +34,7 @@ module Gitlab
end
def file_name
"#{report_type}.json"
"#{report_type.to_s.dasherize}-report-format.json"
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