Compare commits

...

1 Commits

Author SHA1 Message Date
Angela P Wen
248eab484b Replace datadog/squid with datadog/agent 2022-10-31 15:10:11 -07:00
2 changed files with 6 additions and 6 deletions

6
.github/workflows/__test-proxy.yml generated vendored
View File

@@ -48,13 +48,13 @@ jobs:
env:
TEST_MODE: true
env:
https_proxy: http://squid-proxy:3128
https_proxy: http://agent-proxy:3128
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
container:
image: ubuntu:18.04
options: --dns 127.0.0.1
services:
squid-proxy:
image: datadog/squid:latest
agent-proxy:
image: datadog/agent:latest
ports:
- 3128:3128

View File

@@ -6,12 +6,12 @@ container:
image: ubuntu:18.04
options: --dns 127.0.0.1
services:
squid-proxy:
image: datadog/squid:latest
agent-proxy:
image: datadog/agent:latest
ports:
- 3128:3128
env:
https_proxy: http://squid-proxy:3128
https_proxy: http://agent-proxy:3128
steps:
- uses: ./../action/init
with: