Skip to content

Commit

Permalink
Decouple Agentless Scanning from CSPM
Browse files Browse the repository at this point in the history
  • Loading branch information
k3nz0 committed Oct 30, 2024
1 parent ee56371 commit c276e4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
8 changes: 4 additions & 4 deletions aws_quickstart/datadog_agentless_scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Parameters:
- true
- false
Description: >-
Enable Agentless Scanning of host vulnerabilities. "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of host vulnerabilities.
Default: false

AgentlessContainerScanning:
Expand All @@ -31,7 +31,7 @@ Parameters:
- true
- false
Description: >-
Enable Agentless Scanning of container vulnerabilities. "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of container vulnerabilities.
Default: false

AgentlessLambdaScanning:
Expand All @@ -40,7 +40,7 @@ Parameters:
- true
- false
Description: >-
Enable Agentless Scanning of Lambda vulnerabilities. "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of Lambda vulnerabilities.
Default: false

AgentlessSensitiveDataScanning:
Expand All @@ -49,7 +49,7 @@ Parameters:
- true
- false
Description: >-
Enable Agentless Scanning of datastores (S3 buckets). "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of datastores (S3 buckets).
Default: false

DatadogAPIKeySecretArn:
Expand Down
11 changes: 4 additions & 7 deletions aws_quickstart/main_extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,31 +83,31 @@ Parameters:
- true
- false
Description: >-
Enable Agentless Scanning of host vulnerabilities. "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of host vulnerabilities.
Default: false
AgentlessContainerScanning:
Type: String
AllowedValues:
- true
- false
Description: >-
Enable Agentless Scanning of container vulnerabilities. "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of container vulnerabilities.
Default: false
AgentlessLambdaScanning:
Type: String
AllowedValues:
- true
- false
Description: >-
Enable Agentless Scanning of Lambda vulnerabilities. "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of Lambda vulnerabilities.
Default: false
AgentlessSensitiveDataScanning:
Type: String
AllowedValues:
- true
- false
Description: >-
Enable Agentless Scanning of datastores (S3 buckets). "CloudSecurityPostureManagement" must be set to 'true'.
Enable Agentless Scanning of datastores (S3 buckets).
Default: false
Conditions:
InstallForwarder:
Expand All @@ -124,9 +124,6 @@ Conditions:
- Fn::Equals:
- !Ref DatadogSite
- ddog-gov.com
- Fn::Equals:
- !Ref CloudSecurityPostureManagement
- true
- Fn::Or:
- Fn::Equals:
- !Ref AgentlessHostScanning
Expand Down

0 comments on commit c276e4f

Please sign in to comment.