All notable changes to TSCCM (Tenable.SC CLI Manager) by LimberDuck project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.4 - 2025-02-22
-
code formatted with black
-
requirements update
- from:
- click>=8.0.1
- keyring>=23.1.0
- pyTenable>=1.3.3
- oauthlib>=3.1.1
- pandas>=1.3.2
- tabulate>=0.8.9
- to:
- click>=8.1.8
- keyring>=25.5.0
- pyTenable>=1.6.0
- oauthlib>=3.2.2
- pandas>=2.0.3
- tabulate>=0.9.0
- from:
-
tests for python
- added: 3.10, 3.11, 3.12, 3.13
- removed: 3.7
0.0.3 - 2021-08-26
- new format option to display data -
csv
audit-file --list
command lists parametersid
,name
,createdTime
,modifiedTime
,filename
,originalFilename
user --list
command lists parametersid
,username
,firstname
,lastname
,roleName
,createdTime
,modifiedTime
,lastLogin
,locked
,failedLogins
group --list
command lists parametersid
,name
,createdTime
,modifiedTime
,userCount
scan --list
command lists parametersid
,name
,ownerUsername
,createdTime
,modifiedTime
,scheduleType
,scheduleEnabled
,scheduleRepeatRule
,scheduleStart
,scheduleNextRun
scan-result --list
command lists parametersid
,name
,ownerUsername
,createdTime
,status
,importStatus
,totalIPs
,scannedIPs
,startTime
,finishTime
,scanDuration
policy --list
command lists parametersid
,name
,ownerUsername
,createdTime
,modifiedTime
,policyTemplateName
credential --list
command lists parametersid
,name
,type
,authType
,ownerUsername
,createdTime
,modifiedTime
0.0.2 - 2021-08-25
role --list
command lists parametersid
,name
,createdTime
,modifiedTime
,organizationCounts
--port
option to specify port number
credential --list
command lists parametersid
,name
,ownerUsername
,createdTime
,modifiedTime
group --list
command lists parametersid
,name
,createdTime
,modifiedTime
policy --list
command lists parametersid
,name
,ownerUsername
,createdTime
,modifiedTime
scan --list
command lists parametersid
,name
,ownerUsername
,createdTime
,modifiedTime
scan-result --list
command lists parametersid
,name
,ownerUsername
,createdTime
,modifiedTime
user --list
command lists parametersid
,username
,firstname
,lastname
,roleName
,createdTime
,modifiedTime
,lastLogin
status
command renamed toserver
server
options--status
,--ips
, `--version
0.0.1 - 2021-08-18
- initial release