- python3 3.10.12 or later
Once the repository is cloned, the program is ready for use in console mode. You can use your own json files or those in the directory ./test/test_files Example of use
python3 verifier.py -d "./tests/test_files/IAM_Role_Policy_false.json"
python3 verifier.py --directory "./tests/test_files/IAM_Role_Policy_true.json"When in doubt, you can prompt help message:
python3 verifier.py -h
python3 verifier.py --helpYou can use the following command in the program's root directory to run unittest
python3 -m pytest