tenable / Posh-Nessus

PowerShell Module for automating Tenable Nessus Vulnerability Scanner.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

Appropriate for Automated QA? #15

Open DarwinJS opened 7 years ago

DarwinJS commented 7 years ago

I am trying to understand if your module applies to my scenario.

During automated QA testing of our AMI image, from the instance being built, I would like to perform a Nessus scan and be able to:

  1. Known when the scan has completed
  2. Grab the results
  3. Report them to the CI Pipeline Automation (I know how to do this part if 1 & 2 are doable by your module)

Also if there are other ways to accomplish the same thing without having to talk to our Tenable tenant environment (local scan with local results) - I would be very interested in that as well.