tenable / Tenable.io-SDK-for-Python

Tenable.io SDK offers a scalable and safe way to integrate with the Tenable.io platform.
MIT License
83 stars 35 forks source link

asset_lists (target_groups) still used in request payload, add support in ScanSettings #113

Closed p-rs closed 5 years ago

p-rs commented 5 years ago

https://github.com/tenable/Tenable.io-SDK-for-Python/blob/f571d6945dc0ba2c518e5345590727dd37774930/tenable_io/api/models.py#L1648-L1682

Right now I'm working around this issue by extending the ScanSettings class by adding this to the init: asset_lists=[] and this: self.asset_lists = asset_lists to be able to assign target_groups to Scans.

Thank you!

tenableAndrew commented 5 years ago

This was addressed in Release v1.6.0