toniblyx / my-arsenal-of-aws-security-tools

List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
Apache License 2.0
8.98k stars 1.53k forks source link

Suggestion: Remove visible URL column #82

Closed DannyBen closed 2 years ago

DannyBen commented 2 years ago

This is a great list, but especially since Github added the wide righthand sidebar, the table columns are too narrow for the content they display.

How about removing the URL column, and simply adding it as a link to the package name?

Example in Screenshots

Before

image

image

Example in Markdown


Before

Name URL Description Popularity Metadata
ScoutSuite https://github.com/nccgroup/ScoutSuite Multi-Cloud Security auditing tool for AWS Google Cloud and Azure environments (python) stars contributorswatcherslast-commit open-issues closed-issues
Prowler https://github.com/toniblyx/prowler CIS benchmarks and additional checks for security best practices in AWS (bash and python components) stars contributorswatcherslast-commit open-issues closed-issues

After

Name Description Popularity Metadata
ScoutSuite Multi-Cloud Security auditing tool for AWS Google Cloud and Azure environments (python) stars contributorswatcherslast-commit open-issues closed-issues
Prowler CIS benchmarks and additional checks for security best practices in AWS (bash and python components) stars contributorswatcherslast-commit open-issues closed-issues

toniblyx commented 2 years ago

Yeah, that makes sense. Since there are so many tools in the list, that will take time to change. If you like, please feel free to send a PR with those changes. Thanks!

DannyBen commented 2 years ago

Done. Viewing the diff in that PR is nearly impossible, so I suggest a second eye on the final result before merging (the change was done by automation, not by hand).