Commit a63c811b authored by James Fargher's avatar James Fargher

Merge branch 'mc_rocha-fix-security-report-schema-vendoring-344683' into 'master'

Fix secure report schema filename

See merge request gitlab-org/gitlab!74128
parents 914b102d bbd8afb0
...@@ -34,7 +34,7 @@ module Gitlab ...@@ -34,7 +34,7 @@ module Gitlab
end end
def file_name def file_name
"#{report_type}.json" "#{report_type.to_s.dasherize}-report-format.json"
end end
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