cloud-reports
cloud-reports copied to clipboard
Scans your AWS cloud resources and generates reports. Check out free hosted version:
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Is it possible to filter the scan with tag based filtering? i don't see that in the wiki.
reproduce using ``` FROM --platform=amd64 debian:buster-slim ARG DEBIAN_FRONTEND=noninteractive WORKDIR /srv/app RUN apt-get update && \ apt-get install -y --no-install-recommends -q apt-utils && \ apt-get install -y --no-install-recommends \ make git...
Running below cmd on Ubuntu: root@vagrant:~/cloud-reports# cat /etc/*release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS" NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu root@vagrant:~/cloud-reports# root@vagrant:~/cloud-reports# npm run scan -- --profile aws_infra -m s3...
Does the report has EC2/RDS snapshot report? I just tried EC2 report and could not find snapshot details....
Hi, For rds service, the automated_backups_enabled check fails when "Automated backup is not enabled" If is true for RDS master instances, but it should not be the case for RDS...