Commit 6e676c4c authored by Michał Zając's avatar Michał Zając

Rename Reports::Security::Report#finding to #add_finding

parent eb2e0bb2
...@@ -39,7 +39,7 @@ module Gitlab ...@@ -39,7 +39,7 @@ module Gitlab
identifiers[identifier.key] ||= identifier identifiers[identifier.key] ||= identifier
end end
def finding(finding) def add_finding(finding)
findings << finding findings << finding
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