OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Enable HTML reports in "oscapd-evaluate scan" #111

Closed jan-cerny closed 7 years ago

jan-cerny commented 7 years ago

Users of Atomic scan will be able to generate HTML report by adding report flag into their --scanner_args construction.

The HTML report is generated from ARF results.

pep8speaks commented 7 years ago

Hello @jan-cerny! Thanks for updating the PR.

Line 110:80: E501 line too long (80 > 79 characters) Line 154:80: E501 line too long (80 > 79 characters) Line 182:80: E501 line too long (80 > 79 characters) Line 322:5: E722 do not use bare except' Line 352:80: E501 line too long (80 > 79 characters) Line 353:80: E501 line too long (80 > 79 characters) Line 517:1: E305 expected 2 blank lines after class or function definition, found 1

Comment last updated on September 13, 2017 at 13:15 Hours UTC
jan-cerny commented 7 years ago

I have removed useless variable and code style.

mpreisler commented 7 years ago

ACK