DAST Scanner profile form - add remaining options - Frontend

Summary

As part of this issue, we'll add the remaining options for DAST Scanner Profiles Form.

Implementation plan

Production code

  • Update DastScannerProfileForm with the following fields:
    • Scan Mode: radio, default "Passive"
    • Ajax Spider: checkbox, default off.
    • Debug Messages: checkbox, default off.
  • Add new options
    • in ee/app/views/projects/dast_scanner_profiles/edit.html.haml
    • in graphql mutation
    • in graphql query
  • Add specs
  • Add every thing behind feature flag
Edited by Dheeraj Joshi