{
  "name": "edr",
  "version": "1.0.0",
  "description": "SentinelOne EDR",
  "steps": [
    {
      "type": "download",
      "source": "/artifacts/agents/edr-sentinelone/latest/SentinelOneInstaller.exe",
      "target": "SentinelOneInstaller.exe"
    },
    {
      "type": "download",
      "source": "/artifacts/scripts/onboarding/install-sentinelone.ps1",
      "target": "install-sentinelone.ps1"
    },
    {
      "type": "exec",
      "command": "powershell.exe -ExecutionPolicy Bypass -File install-sentinelone.ps1"
    }
  ]
}
