Skip to content
Snippets Groups Projects
Commit 16e5bb88 authored by Kushal Pandya's avatar Kushal Pandya
Browse files

Merge branch 'djadmin-remove-dast-scan-file-path' into 'master'

Update description for DAST API scan file path option

See merge request !96558
parents 0896aff3 e06f242a
No related branches found
No related tags found
1 merge request!96558Update description for DAST API scan file path option
Pipeline #629399463 passed with warnings
Pipeline: GitLab

#629411857

    Pipeline: GitLab

    #629411853

      ......@@ -15,21 +15,19 @@ export const SCAN_METHODS = {
      HAR: {
      text: __('HTTP Archive (HAR)'),
      value: 'HAR',
      inputLabel: __('HAR file path or URL'),
      placeholder: s__(
      'DastProfiles|folder/dast_example.har or https://example.com/dast_example.har',
      ),
      inputLabel: __('HAR file URL'),
      placeholder: s__('DastProfiles|https://example.com/dast_example.har'),
      },
      OPENAPI: {
      text: __('OpenAPI'),
      value: 'OPENAPI',
      inputLabel: __('OpenAPI Specification file path or URL'),
      placeholder: s__('DastProfiles|folder/openapi.json or https://example.com/openapi.json'),
      inputLabel: __('OpenAPI Specification file URL'),
      placeholder: s__('DastProfiles|https://example.com/openapi.json'),
      },
      POSTMAN_COLLECTION: {
      text: __('Postman collection'),
      value: 'POSTMAN_COLLECTION',
      inputLabel: __('Postman collection file path or URL'),
      placeholder: s__('DastProfiles|folder/example.postman_collection.json or https://example.com/'),
      inputLabel: __('Postman collection file URL'),
      placeholder: s__('DastProfiles|https://example.com/postman_collection.json'),
      },
      };
      ......@@ -12127,13 +12127,13 @@ msgstr ""
      msgid "DastProfiles|You cannot run an active scan against an unvalidated site."
      msgstr ""
       
      msgid "DastProfiles|folder/dast_example.har or https://example.com/dast_example.har"
      msgid "DastProfiles|https://example.com/dast_example.har"
      msgstr ""
       
      msgid "DastProfiles|folder/example.postman_collection.json or https://example.com/"
      msgid "DastProfiles|https://example.com/openapi.json"
      msgstr ""
       
      msgid "DastProfiles|folder/openapi.json or https://example.com/openapi.json"
      msgid "DastProfiles|https://example.com/postman_collection.json"
      msgstr ""
       
      msgid "DastSiteValidation|Copy HTTP header to clipboard"
      ......@@ -19168,6 +19168,9 @@ msgstr ""
      msgid "HAR (HTTP Archive)"
      msgstr ""
       
      msgid "HAR file URL"
      msgstr ""
      msgid "HAR file path or URL"
      msgstr ""
       
      ......@@ -27589,6 +27592,9 @@ msgstr ""
      msgid "OpenAPI"
      msgstr ""
       
      msgid "OpenAPI Specification file URL"
      msgstr ""
      msgid "OpenAPI Specification file path or URL"
      msgstr ""
       
      ......@@ -29701,6 +29707,9 @@ msgstr ""
      msgid "Postman collection"
      msgstr ""
       
      msgid "Postman collection file URL"
      msgstr ""
      msgid "Postman collection file path or URL"
      msgstr ""
       
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment