Skip to content

Commit

Permalink
Merge pull request #166 from step-security/ashishkurmi-patch-2
Browse files Browse the repository at this point in the history
Update anomalous-outbound-calls.yaml
  • Loading branch information
ashishkurmi authored Nov 21, 2023
2 parents 261092a + 21472e1 commit 11796e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anomalous-outbound-calls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 11796e7

Please sign in to comment.