From dceb05c327ccfd6d0c39049c8b645f82e2130ac3 Mon Sep 17 00:00:00 2001 From: aegilops <41705651+aegilops@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:51:24 +0000 Subject: [PATCH] Updated docs with alternatives --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2edc387..930200d 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,15 @@ options: ISO date string to filter secrets detected after this date (e.g., 2023-01-01) ``` +## 🛠️ Alternatives + +There are several alternative tools and scripts available for managing GitHub Advanced Security alerts. Some popular options include: + +- [GHAS to CSV](https://github.com/advanced-security/ghas-to-csv): A tool for exporting GitHub Advanced Security alerts to CSV format. +- [GHASToolkit for Python](https://github.com/GeekMasher/ghastoolkit): A collection of tools for working with GitHub Advanced Security, including alert management. +- [GitHub CLI](https://cli.github.com/): A command-line tool for interacting with GitHub, including managing security alerts. +- [GitHub REST API](https://docs.github.com/en/rest): Directly use the GitHub REST API to create custom scripts for managing alerts. + ## 🤝 Contributing Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.