# Check Aliases Prowler allows you to use aliases for the checks. You only have to add the `CheckAliases` key to the check's metadata with a list of the aliases: ```json title="check.metadata.json" "Provider": "", "CheckID": "", "CheckTitle": "", "CheckAliases": [ "" "", ... ], ... ``` Then, you can execute the check either with its check ID or with one of the previous aliases: ```shell prowler -c/--checks Using alias for check ... ```