tenable / pyTenable

Python Library for interfacing into Tenable's platform APIs
https://pytenable.readthedocs.io
MIT License
354 stars 173 forks source link

Need pytenable library to export config compliance scan data for tenable.sc #655

Closed virenukey closed 1 year ago

virenukey commented 1 year ago

We have an API endpoint to get the config data from tenable.sc - https://docs.tenable.com/tenablesc/api/Configuration.htm

To support the above config API in pytenable, we need a library that will be as same as vulnerability under analysis "analysis.vulns"

SteveMcGrath commented 1 year ago

Config and compliance data is provided under the analysis.vulns endpoint, you just have to present the correct filters to get just compliance data.