Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 291 Bytes

mscp_scripts

Scripts to use with the macOS Security Compliance Project

The secure-framework-automapping.py requires requests and openpyxl. The mscp_local_report.py requires openpyxl, matplotlib, and pandas.

To install the requirements, run

pip3 install requests

pip3 install openpyxl