Suggestion: Remove visible URL column
DannyBen opened this issue · 2 comments
DannyBen commented
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
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) | ||
Prowler | https://github.com/toniblyx/prowler | CIS benchmarks and additional checks for security best practices in AWS (bash and python components) |
After
Name | Description | Popularity | Metadata |
---|---|---|---|
ScoutSuite | Multi-Cloud Security auditing tool for AWS Google Cloud and Azure environments (python) | ||
Prowler | CIS benchmarks and additional checks for security best practices in AWS (bash and python components) |
toniblyx commented
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
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).