cisagov / tpt-reports

Process to build and distribute Technical Phishing Test (TPT) reports
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Input and output file directories change #27

Closed ameliav closed 11 months ago

ameliav commented 1 year ago

💡 Summary

Update the base location of where users will have their input file and output directory.

Motivation and context

This would be useful because currently the input and output, unless a path is specified is inside the repository folder.

Implementation notes

Current example: tpt-reports RV1234 TEST_ELECTION TEST_DOMAIN TEST_FILE.json TEST_OUTPUT

Right now, TEST_FILE.json needs to be within tpt-reports and TEST_OUTPUT needs will write to tpt-reports. We'd like it write outside of tpt-reports.

Acceptance criteria