Skip to content

Commit

Permalink
added mitm-int-test
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Aug 8, 2023
1 parent dd01cf7 commit bf5959e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/mitm-int-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Mitm INT Test
on:
workflow_dispatch:

permissions:
contents: read

jobs:
mitm-int-test:
name: mitm inte test
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: h0x0er/harden-runner@mitm-int
with:
disable-sudo: false
egress-policy: audit
allowed-endpoints: >
github.com:443
www.google.com:443
api.github.com:443
allowed-paths: >
get:www.google.com:/
- run: curl "https://www.google.com/search" -L

0 comments on commit bf5959e

Please sign in to comment.