Skip to content

Commit

Permalink
Update dev-stress-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Apr 9, 2024
1 parent 505fd00 commit f48e04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- uses: h0x0er/harden-runner@debug2
with:
egress-policy: audit
- run: env
- run: curl "https://api.github.com"
- run: curl "localhost:9191/status"


# - run: |
# wget "https://raw.githubusercontent.com/urbanadventurer/WhatWeb/master/plugin-development/alexa-top-1000.txt"
# for domain in `cat alexa-top-1000.txt`; do curl --connect-timeout 3 -XGET "https://$domain" || continue; done
Expand Down

0 comments on commit f48e04e

Please sign in to comment.