2019-03-08 12:33:31 +01:00
|
|
|
# whitesourceExecuteScan
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2019-03-08 13:56:07 +01:00
|
|
|
Content here is generated from corresponding step, see `vars`.
|
2019-03-08 12:33:31 +01:00
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
|
2019-03-08 13:56:07 +01:00
|
|
|
None
|
2019-03-08 12:33:31 +01:00
|
|
|
|
2019-03-08 13:56:07 +01:00
|
|
|
## Parameters
|
2019-03-08 12:33:31 +01:00
|
|
|
|
2019-03-08 13:56:07 +01:00
|
|
|
Content here is generated from corresponding step, see `vars`.
|
2019-03-08 12:33:31 +01:00
|
|
|
|
|
|
|
## Step configuration
|
|
|
|
|
2019-03-08 13:56:07 +01:00
|
|
|
Content here is generated from corresponding step, see `vars`.
|
2019-03-08 12:33:31 +01:00
|
|
|
|
|
|
|
## Exceptions
|
|
|
|
|
2019-03-08 13:56:07 +01:00
|
|
|
None
|
|
|
|
|
2019-03-08 12:33:31 +01:00
|
|
|
## Examples
|
2019-03-08 13:56:07 +01:00
|
|
|
|
|
|
|
```groovy
|
|
|
|
whitesourceExecuteScan script: this, scanType: 'pip', productName: 'My Whitesource Product', userTokenCredentialsId: 'companyAdminToken', orgAdminUserTokenCredentialsId: 'orgAdmiToken', orgToken: 'myWhitesourceOrganizationToken'
|
|
|
|
```
|