You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps need to be taken to modify config.py and have those changes reflected when running the integration? I would like to modify the config.py file so that the integration will open tickets for low and medium vulns not just high and critical vulns. It's not clear to me how to make those changes take effect. Thank you.
The text was updated successfully, but these errors were encountered:
you do not modify the config.py file. The config.py file is the vendored defaults. If there is something you'd wish to override, then you must specify it within your config. For example, to override the severity filter, you would add this into your tenable section like so:
tenable:
tio_severities:
- low
- medium
- high
- critical
What steps need to be taken to modify config.py and have those changes reflected when running the integration? I would like to modify the config.py file so that the integration will open tickets for low and medium vulns not just high and critical vulns. It's not clear to me how to make those changes take effect. Thank you.
The text was updated successfully, but these errors were encountered: