/AWS1/CL_IN2CODESECSCANCONF¶
Contains the configuration settings for code security scans.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_rulesetcategories TYPE /AWS1/CL_IN2RULESETCATS_W=>TT_RULESETCATEGORIES TT_RULESETCATEGORIES¶
The categories of security rules to be applied during the scan.
Optional arguments:¶
io_periodicscanconfiguration TYPE REF TO /AWS1/CL_IN2PERIODICSCANCONF /AWS1/CL_IN2PERIODICSCANCONF¶
Configuration settings for periodic scans that run on a scheduled basis.
io_contintegrationscanconf TYPE REF TO /AWS1/CL_IN2CONTINTEGRATIONS00 /AWS1/CL_IN2CONTINTEGRATIONS00¶
Configuration settings for continuous integration scans that run automatically when code changes are made.
Queryable Attributes¶
periodicScanConfiguration¶
Configuration settings for periodic scans that run on a scheduled basis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIODICSCANCONF() |
Getter for PERIODICSCANCONFIGURATION |
continuousIntegrationScanConfiguration¶
Configuration settings for continuous integration scans that run automatically when code changes are made.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTINTEGRATIONSCANCONF() |
Getter for CONTINTEGRATIONSCANCONF |
ruleSetCategories¶
The categories of security rules to be applied during the scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULESETCATEGORIES() |
Getter for RULESETCATEGORIES, with configurable default |
ASK_RULESETCATEGORIES() |
Getter for RULESETCATEGORIES w/ exceptions if field has no v |
HAS_RULESETCATEGORIES() |
Determine if RULESETCATEGORIES has a value |