mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
docs(fixer): add alias to prowler fixer -> remediations (#3926)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Prowler Fixer
|
||||
# Prowler Fixer (remediation)
|
||||
Prowler allows you to fix some of the failed findings it identifies. You can use the `--fixer` flag to run the fixes that are available for the checks that failed.
|
||||
|
||||
```sh
|
||||
@@ -8,10 +8,10 @@ prowler <provider> -c <check_to_fix_1> <check_to_fix_2> ... --fixer
|
||||
<img src="../img/fixer.png">
|
||||
|
||||
???+ note
|
||||
You can see all the available fixes for each provider with the `--list-fixers` flag.
|
||||
You can see all the available fixes for each provider with the `--list-remediations` or `--list-fixers flag.
|
||||
|
||||
```sh
|
||||
prowler <provider> --list-fixer
|
||||
prowler <provider> --list-fixers
|
||||
```
|
||||
|
||||
## Writing a Fixer
|
||||
|
||||
Reference in New Issue
Block a user