Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekmasher/ghastoolkit
GitHub Advanced Security Python Toolkit
https://github.com/geekmasher/ghastoolkit
advanced-security python security
Last synced: 5 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T10:33:52.000Z (6 months ago)
- Last Synced: 2024-05-29T17:12:47.174Z (5 months ago)
- Topics: advanced-security, python, security
- Language: Python
- Homepage: https://geekmasher.github.io/ghastoolkit/
- Size: 8.58 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
GHASToolkit
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)][github]
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/geekmasher/ghastoolkit/python-package.yml?style=for-the-badge)][github]
[![GitHub Issues](https://img.shields.io/github/issues/geekmasher/ghastoolkit?style=for-the-badge)][github-issues]
[![GitHub Stars](https://img.shields.io/github/stars/geekmasher/ghastoolkit?style=for-the-badge)][github]
[![Python Versions](https://img.shields.io/pypi/pyversions/ghastoolkit?style=for-the-badge)][pypi]
[![License](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)][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/