Commit Graph

8 Commits

Author SHA1 Message Date
f441f4f992 fix logging and remove username/password 2019-05-02 18:04:06 +01:00
e752655990 add nessus API key support 2019-04-29 17:26:14 +01:00
b31d1b8098 Support tenable API keys 2019-04-29 16:18:07 +01:00
f922e396de Add mock tests for qualys web 2019-04-25 14:14:03 +01:00
24cf2ca623 Add OpenVAS mock endpoints 2019-04-24 09:06:05 +10:00
e30dbe244b standardise /tmp to /opt 2019-04-17 14:52:03 +10:00
4ed6827ee6 Clean config and separate qualys data 2019-04-11 08:27:28 +10:00
71352aee57 Add external API mocking and travis tests (#164)
* Fix closing logging handlers

* Fix *some* unicode issues for nessus and qualys

* Prevent multiple requests to nessus scans endpoint

* More unicode fixes

* Remove unnecessary call

* Fix whitespace

* Add mock module and argument

* Add test config and data

* Fix whitespace again

* Disable qualys_web until data is available

* Use logging module

* Delete report_tracker.db

* Cleanup mock calls

* Add httpretty to requirements

* Refactor into a class

* Updates travis tests

* Fix exit codes

* Remove print statements

* Remove test

* Add test directory as submodule
2019-04-05 10:57:39 +02:00