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:
Diffstat (limited to 'app/graphql/types/ci_configuration/sast/analyzers_entity_input_type.rb')
-rw-r--r--app/graphql/types/ci_configuration/sast/analyzers_entity_input_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/ci_configuration/sast/analyzers_entity_input_type.rb b/app/graphql/types/ci_configuration/sast/analyzers_entity_input_type.rb
index 68b9a63d8dc..3344693bf46 100644
--- a/app/graphql/types/ci_configuration/sast/analyzers_entity_input_type.rb
+++ b/app/graphql/types/ci_configuration/sast/analyzers_entity_input_type.rb
@@ -8,10 +8,10 @@ module Types
description 'Represents the analyzers entity in SAST CI configuration'
argument :name, GraphQL::Types::String, required: true,
- description: 'Name of analyzer.'
+ description: 'Name of analyzer.'
argument :enabled, GraphQL::Types::Boolean, required: true,
- description: 'State of the analyzer.'
+ description: 'State of the analyzer.'
argument :variables, [::Types::CiConfiguration::Sast::EntityInputType],
description: 'List of variables for the analyzer.',