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 fd076a5 commit c518ce1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deepfence_agent/plugins/yara-rules
Submodule yara-rules updated 1 files
+1 −1 build-timestamp
21 changes: 13 additions & 8 deletions docs/docs/cloudscanner/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ 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
# Enabled regions (Optional): List of regions which should be scanned. All other regions will be disabled.
# All regions enabled by default
# Example: ["us-east-1", "us-east-2"]
disabled_cloud_regions = []
enabled_cloud_regions = []
# Task CPU Units (Default: 4 vCPU)
cpu = "4096"
# Task Memory (Default: 8 GB)
Expand Down Expand Up @@ -189,8 +190,10 @@ 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: ""
# Optional: Comma separated list of regions which should be scanned. All other regions will be disabled.
# All regions enabled by default
# Example: enabledCloudRegions: "us-east-1,us-east-2"
enabledCloudRegions: ""
# Policy set for Cloud Scanner in CloudFormation / terraform
# arn:aws:iam::aws:policy/ReadOnlyAccess / arn:aws:iam::aws:policy/SecurityAudit
Expand Down Expand Up @@ -259,8 +262,10 @@ 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: ""
# Optional: Comma separated list of regions which should be scanned. All other regions will be disabled.
# All regions enabled by default
# Example: enabledCloudRegions: "us-east-1,us-east-2"
enabledCloudRegions: ""
# Policy set for Cloud Scanner in CloudFormation / terraform
# arn:aws:iam::aws:policy/ReadOnlyAccess / arn:aws:iam::aws:policy/SecurityAudit
Expand Down Expand Up @@ -338,7 +343,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: ""
ENABLED_CLOUD_REGIONS: ""
CLOUD_ACCOUNT_ID: "<ACCOUNT_ID>"
DEPLOYED_ACCOUNT_ID: ""
CLOUD_ACCOUNT_NAME: ""
Expand Down Expand Up @@ -379,7 +384,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: ""
ENABLED_CLOUD_REGIONS: ""
CLOUD_ACCOUNT_ID: "<ROOT_ACCOUNT_ID>"
DEPLOYED_ACCOUNT_ID: ""
CLOUD_ACCOUNT_NAME: ""
Expand Down

0 comments on commit c518ce1

Please sign in to comment.