[K9VULN-12046] Add compliance_host option for Agentless Scanning#285
[K9VULN-12046] Add compliance_host option for Agentless Scanning#285
Conversation
Add AgentlessComplianceHostScanning parameter across all agentless CloudFormation templates, mirroring the existing sensitive_data pattern. The option flows from CFN parameters through the custom resource Lambda to the Datadog API payload as compliance_host. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
antoine.valette@datadoghq.com unqueued this merge request |
|
/remove |
|
View all feedbacks in Devflow UI.
|
|
/remove |
|
View all feedbacks in Devflow UI.
|
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
antoine.valette@datadoghq.com unqueued this merge request |
|
/remove |
|
View all feedbacks in Devflow UI.
|
Summary
AgentlessComplianceHostScanningparameter to all agentless CloudFormation templates (datadog_agentless_scanning.yaml,datadog_agentless_delegate_role.yaml,datadog_agentless_delegate_role_stackset.yaml,main_extended.yaml,main_extended_workflow.yaml).ComplianceHostproperty through the custom resource Lambda to the Datadog API ascompliance_hostin the scan options payload.Test plan
datadog_agentless_api_call_test.py-- 21 tests)AgentlessComplianceHostScanning: trueand verify the API receivescompliance_host: trueAgentlessComplianceHostScanning: false(default) and verify the API receivescompliance_host: falseEnableAgentlessScanningcondition activates when onlyAgentlessComplianceHostScanningis trueQA
Made with Cursor