Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-14 00:20:50 +00:00
parent 366b13ffac
commit 2f0bb2e110
24 changed files with 260 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Run checks for selected AWS services:
`prowler aws {{[-s|--services]}} {{s3 ec2 ...}}`
`prowler aws {{[-s|--services]}} {{s3|ec2|...}}`
- Run a specific AWS check:
@@ -27,4 +27,4 @@ source: https://github.com/tldr-pages/tldr.git
- Exclude specific checks or services:
`prowler aws {{[-e|--excluded-checks]}} {{s3_bucket_public_access}} --exclude-services {{s3 ec2 ...}}`
`prowler aws {{[-e|--excluded-checks]}} {{s3_bucket_public_access}} --exclude-services {{s3|ec2|...}}`