turbot / powerpipe

Powerpipe: Dashboards for DevOps. Visualize cloud configurations. Assess security posture against a massive library of benchmarks. Build custom dashboards with code.
https://powerpipe.io/
GNU Affero General Public License v3.0
228 stars 16 forks source link

Incorrect URL in CLI output #267

Closed redeux closed 5 months ago

redeux commented 5 months ago

Describe the bug When running powerpipe benchmark list without any mods installed the console displays the following text:

Error: This command requires a mod definition file (mod.pp) - could not find in the current directory tree.

You can either clone a mod repository or install a mod using powerpipe mod install and run this command from the cloned/installed mod directory.
Please refer to: https://powerpipe.io/docs/mods/overview

This URL however goes to a 404. I assume the docs were moved at some point and since this is a very onboarding specific problem probably wasn't caught.

Powerpipe version (powerpipe -v) v0.1.1

To reproduce Install powerpipe on a brand new linux build and run the following command: powerpipe benchmark list

Expected behavior I believe the new location for the intended doc is https://powerpipe.io/docs/build

Additional context Add any other context about the problem here.

pskrbasu commented 5 months ago

Apologies for the oversight @redeux. Thanks for creating the issue - we'll get it sorted ASAP!