Display security approval rules when creating a new project - backend

Description

Backend part for #31922 (closed)

Implementation Plan

Backend

  • Extend current configuration end point to return json as well as html (example payload can be seen here)
  • Add field called type for each element under features for FE to determine type of scanner. I.e type: 'container_scanning'. This field is added just to make FE parsing easier. Instead of parsing "name" field FE will use type field
Edited by Can Eldem