Skip to content

Commit 80b9503

Browse files
committed
Updated docs with alternatives
1 parent eb7d99e commit 80b9503

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,15 @@ options:
327327
ISO date string to filter secrets detected after this date (e.g., 2023-01-01)
328328
```
329329

330+
## 🛠️ Alternatives
331+
332+
There are several alternative tools and scripts available for managing GitHub Advanced Security alerts. Some popular options include:
333+
334+
- [GHAS to CSV](https://github.com/advanced-security/ghas-to-csv): A tool for exporting GitHub Advanced Security alerts to CSV format.
335+
- [GHASToolkit for Python](https://github.com/GeekMasher/ghastoolkit): A collection of tools for working with GitHub Advanced Security, including alert management.
336+
- [GitHub CLI](https://cli.github.com/): A command-line tool for interacting with GitHub, including managing security alerts.
337+
- [GitHub REST API](https://docs.github.com/en/rest): Directly use the GitHub REST API to create custom scripts for managing alerts.
338+
330339
## 🤝 Contributing
331340

332341
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.

0 commit comments

Comments
 (0)