SCA API 2.0
//
Add Whitelist Rules
Creates multiple new whitelist rules for an organization, defining which libraries to match, their vulnerability scores and the actions to take. Whitelisted libraries have been pre-approved by your organization so no policy alerts will be created for them during scans, and they will be ignored by all organizational policies.
Security
bearer-key
- Generated server urlhttps://api-saas.mend.io/api/v2.0/orgs/{orgToken}/settings/whiteList/rules
{ "rules": [ { … } ] }
Response
{ "supportToken": "1171c60d", "retVal": [ { … } ] }