mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Adjust vuln scans (#13214)
This commit is contained in:
parent
dece8e179c
commit
ec0ecf2915
1 changed files with 13 additions and 1 deletions
|
|
@ -58,7 +58,19 @@ resource "aws_cloudwatch_event_target" "ecs_scheduled_task" {
|
|||
containerOverrides = [
|
||||
{
|
||||
name = "fleet",
|
||||
command = ["vuln_processing"]
|
||||
command = ["fleet", "vuln_processing"]
|
||||
},
|
||||
{
|
||||
resourceRequirements = [
|
||||
{
|
||||
type = "VCPU",
|
||||
value = "1"
|
||||
},
|
||||
{
|
||||
type = "MEMORY",
|
||||
value = "4096"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue