mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-04-16 17:47:47 +00:00
Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com> Co-authored-by: Andoni Alonso <14891798+andoniaf@users.noreply.github.com>
640 B
640 B
Resource ARN-based Scanning
Prowler enables scanning of resources based on specific AWS Resource ARNs.
Resource ARN-Based Scanning
Prowler enables scanning of resources based on specific AWS Resource Amazon Resource Names (ARNs). To perform this scan, use the designated flag --resource-arn followed by one or more ARNs, separated by spaces.
prowler aws --resource-arn arn:aws:iam::012345678910:user/test arn:aws:ec2:us-east-1:123456789012:vpc/vpc-12345678
Example: This configuration scans only the specified two resources using their ARNs.