summaryrefslogtreecommitdiff
path: root/app/services/security/ci_configuration/secret_detection_create_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/security/ci_configuration/secret_detection_create_service.rb')
-rw-r--r--app/services/security/ci_configuration/secret_detection_create_service.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/services/security/ci_configuration/secret_detection_create_service.rb b/app/services/security/ci_configuration/secret_detection_create_service.rb
index ca5138b6ed6..792fe4986e9 100644
--- a/app/services/security/ci_configuration/secret_detection_create_service.rb
+++ b/app/services/security/ci_configuration/secret_detection_create_service.rb
@@ -21,6 +21,10 @@ module Security
def description
_('Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings.')
end
+
+ def name
+ 'Secret Detection'
+ end
end
end
end