Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-27 03:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-27 03:09:33 +0300
commitf938050604aff3e141193dcd203d14c5fe2aa9fb (patch)
tree0d21a6638a4e9f8c2cbe35deb1fb88506f077426 /lib/gitlab/ci/reports
parentd56bdb10940e35a3d945d44c48ce36087ec1cef1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/reports')
-rw-r--r--lib/gitlab/ci/reports/security/flag.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/reports/security/flag.rb b/lib/gitlab/ci/reports/security/flag.rb
index 7e6cc758864..8370dd60418 100644
--- a/lib/gitlab/ci/reports/security/flag.rb
+++ b/lib/gitlab/ci/reports/security/flag.rb
@@ -20,7 +20,7 @@ module Gitlab
@description = description
end
- def to_hash
+ def to_h
{
flag_type: flag_type,
origin: origin,