Commit 96cca28b authored by Stan Hu's avatar Stan Hu

Merge branch 'beckalippert-master-patch-79613' into 'master'

Minor UX improvements to SAST Config UI

See merge request gitlab-org/gitlab!44943
parents c07bf47e 808a2627
......@@ -6,8 +6,8 @@
"type": "string",
"default_value": "",
"value": "",
"size": "MEDIUM",
"description": "Analyzer image's registry prefix (or Name of the registry providing the analyzers' image)"
"size": "LARGE",
"description": "Analyzer image's registry prefix (or name of the registry providing the analyzers' image)"
},
{
"field" : "SAST_EXCLUDED_PATHS",
......@@ -15,7 +15,7 @@
"type": "string",
"default_value": "",
"value": "",
"size": "LARGE",
"size": "MEDIUM",
"description": "Comma-separated list of paths to be excluded from analyzer output. Patterns can be globs, file paths, or folder paths."
},
{
......
......@@ -89,7 +89,7 @@ RSpec.describe GitlabSchema.types['Project'] do
expect(secure_analyzers_prefix['label']).to eq('Image prefix')
expect(secure_analyzers_prefix['defaultValue']).to eq('registry.gitlab.com/gitlab-org/security-products/analyzers')
expect(secure_analyzers_prefix['value']).to eq('registry.gitlab.com/gitlab-org/security-products/analyzers')
expect(secure_analyzers_prefix['size']).to eq('MEDIUM')
expect(secure_analyzers_prefix['size']).to eq('LARGE')
expect(secure_analyzers_prefix['options']).to be_nil
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