Commit 808a2627 authored by Becka Lippert's avatar Becka Lippert Committed by Stan Hu

Minor UX improvements to SAST Config UI

parent 30fde3b8
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"type": "string", "type": "string",
"default_value": "", "default_value": "",
"value": "", "value": "",
"size": "MEDIUM", "size": "LARGE",
"description": "Analyzer image's registry prefix (or Name of the registry providing the analyzers' image)" "description": "Analyzer image's registry prefix (or name of the registry providing the analyzers' image)"
}, },
{ {
"field" : "SAST_EXCLUDED_PATHS", "field" : "SAST_EXCLUDED_PATHS",
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"type": "string", "type": "string",
"default_value": "", "default_value": "",
"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." "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 ...@@ -89,7 +89,7 @@ RSpec.describe GitlabSchema.types['Project'] do
expect(secure_analyzers_prefix['label']).to eq('Image prefix') 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['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['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 expect(secure_analyzers_prefix['options']).to be_nil
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