Commit bb1bc271 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'djadmin-scanner-profile-id' into 'master'

Use id instead of globalId for DastScannerProfile

See merge request gitlab-org/gitlab!47770
parents 544ccb93 1a856b9d
...@@ -20,7 +20,7 @@ query DastScannerProfiles( ...@@ -20,7 +20,7 @@ query DastScannerProfiles(
edges { edges {
cursor cursor
node { node {
id: globalId id
profileName profileName
spiderTimeout spiderTimeout
targetTimeout targetTimeout
......
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