View source: R/codegurusecurity_operations.R
codegurusecurity_create_scan | R Documentation |
Use to create a scan using code uploaded to an Amazon S3 bucket.
See https://www.paws-r-sdk.com/docs/codegurusecurity_create_scan/ for full documentation.
codegurusecurity_create_scan(
analysisType = NULL,
clientToken = NULL,
resourceId,
scanName,
scanType = NULL,
tags = NULL
)
analysisType |
The type of analysis you want CodeGuru Security to perform in the scan,
either |
clientToken |
The idempotency token for the request. Amazon CodeGuru Security uses this value to prevent the accidental creation of duplicate scans if there are failures and retries. |
resourceId |
[required] The identifier for the resource object to be scanned. |
scanName |
[required] The unique name that CodeGuru Security uses to track revisions across
multiple scans of the same resource. Only allowed for a |
scanType |
The type of scan, either
|
tags |
An array of key-value pairs used to tag a scan. A tag is a custom attribute label with two parts:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.