Skip to content

Commit 3975221

Browse files
committed
Bump agentless-scanner version to 7.50-rc.7-agentless-scanner-2023121801
1 parent 3e657d4 commit 3975221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/user_data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ No resources.
2424
| <a name="input_agent_repo_url"></a> [agent\_repo\_url](#input\_agent\_repo\_url) | Specifies the agent distribution channel | `string` | `"datad0g.com"` | no |
2525
| <a name="input_api_key"></a> [api\_key](#input\_api\_key) | Specifies the API keys required by the Datadog Agent to submit vulnerabilities to Datadog | `string` | n/a | yes |
2626
| <a name="input_hostname"></a> [hostname](#input\_hostname) | Specifies the hostname the agentless-scanning agent will report as | `string` | n/a | yes |
27-
| <a name="input_scanner_version"></a> [scanner\_version](#input\_scanner\_version) | Specifies the agentless scanner version installed | `string` | `"50.0~rc.7~agentless~scanner~2023121301"` | no |
27+
| <a name="input_scanner_version"></a> [scanner\_version](#input\_scanner\_version) | Specifies the agentless scanner version installed | `string` | `"50.0~rc.7~agentless~scanner~2023121801"` | no |
2828
| <a name="input_site"></a> [site](#input\_site) | By default the Agent sends its data to Datadog US site. If your organization is on another site, you must update it. See https://docs.datadoghq.com/getting_started/site/ | `string` | `"datadoghq.com"` | no |
2929

3030
## Outputs

modules/user_data/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "site" {
1919
variable "scanner_version" {
2020
description = "Specifies the agentless scanner version installed"
2121
type = string
22-
default = "50.0~rc.7~agentless~scanner~2023121302"
22+
default = "50.0~rc.7~agentless~scanner~2023121801"
2323
nullable = false
2424
}
2525

0 commit comments

Comments
 (0)