Commit d350745f authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'djadmin-fix-dast-graphql' into 'master'

Fix undefined GraphQL queries in DAST Profiles

See merge request gitlab-org/gitlab!50845
parents 87d129b3 f37d1115
......@@ -16,15 +16,15 @@ query DastSiteProfiles($fullPath: ID!, $after: String, $before: String, $first:
targetUrl
editPath
validationStatus
auth {
auth @client {
enabled
url
usernameField
passwordField
username
}
excludedUrls
requestHeaders
excludedUrls @client
requestHeaders @client
}
}
}
......
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