You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,15 @@ options:
327
327
ISO date string to filter secrets detected after this date (e.g., 2023-01-01)
328
328
```
329
329
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
+
330
339
## 🤝 Contributing
331
340
332
341
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.
0 commit comments