Pin LaunchCheck requests to validated DNS

This commit is contained in:
2026-07-18 06:49:58 -03:00
parent 8aae6c3b8f
commit cc71329525
6 changed files with 190 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
name: launch-check-studio-v1
version: 0.1.0
version: 0.1.1
entrypoint: agent:LaunchCheckStudioV1
expose:
public: false
@@ -29,4 +29,4 @@ runtime:
max_runtime_seconds: 120
egress:
deny_internet_by_default: false
tools_used: [httpx, psycopg, postgres]
tools_used: [aiohttp, psycopg, postgres]