packetchaos / navi

A Command-line tool which leverages the Tenable.io API to reduce the time it takes to get information that is common during remediation or a troubleshooting event
GNU General Public License v3.0
72 stars 26 forks source link

tag rules API? #44

Closed ThisIsNotTheUserYouAreLookingFor closed 6 months ago

ThisIsNotTheUserYouAreLookingFor commented 6 months ago

Hi there, first of all thanks for this great tool, up until today I couldn't find anything I couldn't do with it :)

I'm trying to accomplish the following:

That way I could add some additional metadata for my assets which I can filter on!

ThisIsNotTheUserYouAreLookingFor commented 6 months ago

And i go through the code and find this: @click.option('--filter', default='', help="Filter used to tag assets") NVM :)