Skip to content
Snippets Groups Projects

Extend DastSiteProfile with more config options

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -22,7+22,7 @@
argument :target_url, GraphQL::STRING_TYPE,
required: false,
description: 'The URL of the target to be scanned.'
argument :excluded_urls, GraphQL::STRING_TYPE,
required: false,
description: 'The URLs to skip during an authenticated scan. Will be ignored ' \
@@ -36,7+36,7 @@
argument :authentication, ::Types::Dast::ProfileAuthenticationInputType,
required: false,
description: 'Parameters for authentication.'
description: 'Parameters for authentication. Will be ignored ' \
'if `security_dast_site_profiles_additional_fields` feature flag is disabled.'
authorize :create_on_demand_dast_scan
Loading