https://github.com/geekmasher/ghastoolkit
GitHub Advanced Security Python Toolkit
https://github.com/geekmasher/ghastoolkit
advanced-security python security
Last synced: about 1 year ago
JSON representation
GitHub Advanced Security Python Toolkit
- Host: GitHub
- URL: https://github.com/geekmasher/ghastoolkit
- Owner: GeekMasher
- License: mit
- Created: 2023-04-21T13:48:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T12:37:23.000Z (about 1 year ago)
- Last Synced: 2025-05-02T20:45:17.578Z (about 1 year ago)
- Topics: advanced-security, python, security
- Language: Python
- Homepage: https://geekmasher.github.io/ghastoolkit/
- Size: 9.86 MB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
GHASToolkit
[][github]
[][github]
[][github-issues]
[][github]
[][pypi]
[][license]
## Overview
[GitHub Advanced Security (GHAS)][advanced-security] 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:
```bash
# 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][docs].
## 🧑🤝🧑 Maintainers / Contributors
## 🦸 Support
Please create [GitHub Issues][github-issues] if there are bugs or feature requests.
This project uses [Semantic Versioning (v2)][semver] 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][license] for the full terms.
[license]: ./LICENSE
[pypi]: https://pypi.org/project/ghastoolkit
[github]: https://github.com/GeekMasher/ghastoolkit
[github-issues]: https://github.com/GeekMasher/ghastoolkit/issues
[docs]: https://geekmasher.github.io/ghastoolkit
[advanced-security]: https://github.com/features/security
[semver]: https://semver.org/