Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Defines the SAST scan settings according to a project (preset and engine configuration).

...

  1. GET /projects and get details of all visible projects
  2. GET /sast/presets and get details of all presets
  3. GET /sast/engineConfigurations and get engine configurations list
  4. POST /sast/scanSettings and define the SAST scan preset and configuration settings

...

/CxRestAPI/sast/scanSettings

Method:

POST

Media Type (header):

Content-Type: application/json;v=1.0
cxOrigin: {request_origin}

Parameters

Required:

scanSettings=[body] – Scan settings:
projectId=[integer] – Unique Id of the project
presetId=[integer] – Unique Id of the preset
engineConfigurationId=[integer] – Unique Id of the engine configuration

...

Defines project scan settings regardless of whether the scan has been created.


...


Section


Column

Read more:


Image Removed
Column