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 committed Apr 9, 2024
1 parent c8563a3 commit 505fd00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev-stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ jobs:
stress-test:
if: always()
runs-on: ubuntu-latest
env:
debug: 1
steps:

- uses: h0x0er/harden-runner@debug2
with:
egress-policy: audit

- 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 505fd00

Please sign in to comment.