GitHub Advanced Security (GHAS) Python Toolkit to make the lives of everyone that uses GHAS a little easier.
- API Client for all GHAS Features
- Code Scanning
- Secret Scanning
- Dependency Graph
- Security Advisories
- Dependabot / Security Alerts
- CodeQL Management
- Database Management
- Packs / Query Management
To install ghastoolkit
, you can use pip
or one of pypi
family's of tools to install:
# pip
pip install ghastoolkit
# pipenv
pipenv install ghastoolkit
# poetry
poetry add ghastoolkit
To see how to use ghastoolkit
, take a look at the docs.
Please create GitHub Issues if there are bugs or feature requests.
This project uses Semantic Versioning (v2) and with major releases, breaking changes will occur.
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.