Skip to content

GeekMasher/ghastoolkit

Repository files navigation

GHASToolkit

GitHub GitHub Actions GitHub Issues GitHub Stars Python Versions License

Overview

GitHub Advanced Security (GHAS) Python Toolkit to make the lives of everyone that uses GHAS a little easier.

✨ Features

  • API Client for all GHAS Features
    • Code Scanning
    • Secret Scanning
    • Dependency Graph
    • Security Advisories
    • Dependabot / Security Alerts
  • CodeQL Management
    • Database Management
    • Packs / Query Management

📦 Installing

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

🏃 Usage

To see how to use ghastoolkit, take a look at the docs.

🧑‍🤝‍🧑 Maintainers / Contributors

🦸 Support

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.

📓 License

This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.