Files
prowler/include
Marc Jay 802d1151c2 Write output files to a directory relative to Prowler
Write output files (CSV, JSON, etc.) to an `output` directory that is relative to prowler itself, no matter where prowler is invoked from.
Simplify Dockerfile by specifying a WORKDIR
Replace ADD command with the more recommended COPY command
Update README to cover how to run in Docker and access saved reports
Add a .dockerignore file to ignore .git and output directories

This partially addresses #570 - previously, within Docker, Prowler was attempting to write
reports to the root `/` directory in the container, which it did not have permission to do.
Instead, reports are now written to a path relative to Prowler
2020-05-08 11:46:53 +01:00
..
2020-04-29 12:06:47 +02:00
2019-03-11 22:44:00 -04:00
2018-04-09 15:09:30 -04:00
2018-04-11 10:01:50 -04:00
2018-04-09 15:09:30 -04:00
2018-05-29 15:22:08 -04:00