Changes:
- Added alpha support for Alibaba Cloud (Aliyun) and Oracle Cloud Infrastructure (OCI)
- Improved AWS & Azure support, including new services and findings
- Added the `--exclude-regions` parameter for AWS
- This can be used to exclude optional regions, e.g. by passing `--exclude-regions ap-east-1 me-south-1`.
- Added support for AWS authentication with access keys (https://github.com/nccgroup/ScoutSuite/wiki/Amazon-Web-Services#cli-parameters)
- Added support to handle AWS rate limiting (through exponential backoff) as well as a configurable rate limiting parameter `--max-rate`)
- Improved finding rationales'
- Improved error handling
- Bug fixes