18F / domain-scan

A lightweight pipeline, locally or in Lambda, for scanning things like HTTPS, third party service use, and web accessibility.
Other
369 stars 139 forks source link

Fix for appending .csv to results CSV filenames #246

Closed konklone closed 6 years ago

konklone commented 6 years ago

This fixes a regression in #241 that dropped the .csv extension from output files in results/ during scan events.

konklone commented 6 years ago

Added a commit which fixes handler dict access (which is now keyed by name instead of by scanner module) for the --lambda code path.

konklone commented 6 years ago

Added a commit that removes scan from the required attributes for scanners, since it is not required for scanners that use headless Chrome.

konklone commented 6 years ago

@tadhg-ohiggins Mind giving this a look?