Skip to content

Commit

Permalink
Update learn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bob-bot authored Mar 14, 2024
1 parent de6e557 commit e43bdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ powerpipe mod init
Powerpipe mods may depend on other mods. When running Powerpipe from a mod, all dashboards in the mod and its direct dependencies will be available to run. Let's install the AWS Insights mod.

```bash
powerpipe mod install github.com/turbot/powerpipe-mod-aws-insights
powerpipe mod install github.com/turbot/steampipe-mod-aws-insights
```

Now start the Powerpipe server:
Expand Down Expand Up @@ -116,7 +116,7 @@ Powerpipe benchmarks provide a mechanism for defining and running control framew
Let's install the AWS Compliance mod and run some benchmarks. The AWS Compliance mod contains benchmarks and controls to evaluate your AWS account against various compliance frameworks, such as the CIS Amazon Web Services Foundations Benchmark.

```bash
powerpipe mod install github.com/turbot/powerpipe-mod-aws-compliance
powerpipe mod install github.com/turbot/steampipe-mod-aws-compliance
```

Let's run the CIS 3.0.0 benchmark:
Expand Down

0 comments on commit e43bdac

Please sign in to comment.