Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Dec 2, 2024
1 parent ea5c2bb commit fd076a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deepfence_agent/plugins/yara-rules
Submodule yara-rules updated 1 files
+1 −1 build-timestamp
11 changes: 11 additions & 0 deletions docs/docs/cloudscanner/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ module "deepfence-cloud-scanner_example_single-account" {
# AWS Account Name (Optional, for easy identification)
account_name = ""
image = "quay.io/deepfenceio/cloud_scanner_ce:THREATMAPPER_VERSION"
# Disabled regions: List of cloud regions which should not be scanned
# Example: ["us-east-1", "us-east-2"]
disabled_cloud_regions = []
# Task CPU Units (Default: 4 vCPU)
cpu = "4096"
# Task Memory (Default: 8 GB)
Expand Down Expand Up @@ -186,6 +189,9 @@ For full details, refer to the GitHub repository: https://github.com/deepfence/t
# AWS region
region: "us-east-1"
# Optional: Comma separated list of cloud regions which should not be scanned
disabledCloudRegions: ""
# Policy set for Cloud Scanner in CloudFormation / terraform
# arn:aws:iam::aws:policy/ReadOnlyAccess / arn:aws:iam::aws:policy/SecurityAudit
cloudScannerPolicy: "arn:aws:iam::aws:policy/SecurityAudit"
Expand Down Expand Up @@ -253,6 +259,9 @@ For full details, refer to the GitHub repository: https://github.com/deepfence/t
# AWS region
region: "us-east-1"
# Optional: Comma separated list of cloud regions which should not be scanned
disabledCloudRegions: ""
# Policy set for Cloud Scanner in CloudFormation / terraform
# arn:aws:iam::aws:policy/ReadOnlyAccess / arn:aws:iam::aws:policy/SecurityAudit
cloudScannerPolicy: "arn:aws:iam::aws:policy/SecurityAudit"
Expand Down Expand Up @@ -329,6 +338,7 @@ For full details, refer to the GitHub repository: https://github.com/deepfence/t
DEEPFENCE_KEY: "<DEEPFENCE_KEY>"
CLOUD_PROVIDER: "aws"
CLOUD_REGION: "<REGION>"
DISABLED_CLOUD_REGIONS: ""
CLOUD_ACCOUNT_ID: "<ACCOUNT_ID>"
DEPLOYED_ACCOUNT_ID: ""
CLOUD_ACCOUNT_NAME: ""
Expand Down Expand Up @@ -369,6 +379,7 @@ For full details, refer to the GitHub repository: https://github.com/deepfence/t
DEEPFENCE_KEY: "<DEEPFENCE_KEY>"
CLOUD_PROVIDER: "aws"
CLOUD_REGION: "<REGION>"
DISABLED_CLOUD_REGIONS: ""
CLOUD_ACCOUNT_ID: "<ROOT_ACCOUNT_ID>"
DEPLOYED_ACCOUNT_ID: ""
CLOUD_ACCOUNT_NAME: ""
Expand Down

0 comments on commit fd076a5

Please sign in to comment.