Welcome to GHASToolkit!¶
GitHub Advanced Security (GHAS) Toolkit is a Python based library to things easier when working with GHAS features.
Installation¶
To install ghastoolkit you can use the following commands:
# pip
pip install ghastoolkit
# pipenv
pipenv install ghastoolkit
# poetry
poetry add ghastoolkit