You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ThomasNicholson-ho, you are correct that SQS is missing from the services_without_subservices list. I believe the issue arises because it needs to be added automatically and not with an static list. I'll take note of this, as it may be failing for other services that are not included in the list.
I've created a PR (#6352) to address this issue. Please let me know if it resolves the problem for you.
Thanks for pointing this out and for using Prowler 🚀
Steps to Reproduce
aws --resource-arn arn:aws:s3:::example.bucket arn:aws:sqs:eu-west-1:000000000000:queue-name
Expected behavior
A list of checks containing both S3 and SQS checks.
Actual Result with Screenshots or Logs
checks_to_execute only has S3 checks and SQS is removed.
How did you install Prowler?
From pip package (pip install prowler)
Environment Resource
Workstation
OS used
Ubuntu
Prowler version
Prowler 5.0.5
Pip version
pip 24.3.1
Context
I believe SQS needs adding to services_without_subservices (https://github.com/prowler-cloud/prowler/blob/master/prowler/providers/aws/aws_provider.py#L792)
The text was updated successfully, but these errors were encountered: