diff --git a/.github/workflows/anomalous-outbound-calls.yaml b/.github/workflows/anomalous-outbound-calls.yaml index ce6afe55..2e87a976 100644 --- a/.github/workflows/anomalous-outbound-calls.yaml +++ b/.github/workflows/anomalous-outbound-calls.yaml @@ -10,7 +10,7 @@ jobs: uses: step-security/harden-runner@v2 with: egress-policy: audit - - run: "curl https://attacker.com -L || true" + - run: "curl https://pastebin.com -L || true" - run: "curl https://google.com -L || true" - run: "curl microsoft.com:443 --connect-timeout 5 || true" - run: "curl amazon.com:443 --connect-timeout 5 || true"