Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to edit config.py #24

Closed
dzito-tenable opened this issue Mar 27, 2020 · 1 comment
Closed

How to edit config.py #24

dzito-tenable opened this issue Mar 27, 2020 · 1 comment
Labels
question Further information is requested

Comments

@dzito-tenable
Copy link

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.

@SteveMcGrath SteveMcGrath added the question Further information is requested label Mar 27, 2020
@SteveMcGrath
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants