https://github.com/deepfence/cloud-scanner
Deepfence Cloud Scanner runs in your cloud environment, gathering inventory and compliance information for the assets deployed in that environment. It submits that information to your Deepfence ThreatMapper or ThreatStryker Management Console.
https://github.com/deepfence/cloud-scanner
Last synced: 2 months ago
JSON representation
Deepfence Cloud Scanner runs in your cloud environment, gathering inventory and compliance information for the assets deployed in that environment. It submits that information to your Deepfence ThreatMapper or ThreatStryker Management Console.
- Host: GitHub
- URL: https://github.com/deepfence/cloud-scanner
- Owner: deepfence
- License: apache-2.0
- Created: 2024-05-16T06:55:21.000Z (about 2 years ago)
- Default Branch: release-2.5
- Last Pushed: 2026-03-07T16:57:45.000Z (4 months ago)
- Last Synced: 2026-03-07T17:57:49.219Z (4 months ago)
- Language: Go
- Size: 328 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deepfence Cloud Scanner
Deepfence Cloud Scanner runs in your cloud environment, gathering inventory and compliance information for the assets deployed in that environment. It submits that information to your Deepfence ThreatMapper or ThreatStryker Management Console.
Deploy Deepfence Cloud Scanner using the appropriate Terraform module for the cloud you wish to monitor.
## Deploying Cloud Scanner
- Cloud scanner is deployed in ECS Fargate / GCP Cloud Run / Azure Container Instance
- Deployment is done using AWS CloudFormation template or terraform
- Documentation: https://threatmapper.org/threatmapper/docs/cloudscanner/
## Build Cloud Scanner
Cloud Scanner is part of ThreatMapper. Building Cloud Scanner is done from the ThreatMapper repository.
```shell
git clone https://github.com/deepfence/ThreatMapper
cd ThreatMapper
make bootstrap cloudscanner
```