1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
You can try to use the filter criteria like that shown below:
aws inspector2 create-findings-report --filter-criteria '{"findingStatus" : [{"comparison" : "EQUALS", "value": "ACTIVE"}]}' --report-format CSV --s3-destination bucketName=<bucketname>-$env,keyPrefix=$today_date,kmsKeyArn=arn:aws:kms:us-east-1 ....
answered 4 years ago
Relevant content
asked 3 years ago
- AWS OFFICIALUpdated 7 months ago

Thank you. I am using the Wrong Filter, your answer helped me thank you