Skip to content

Commit 24000a9

Browse files
Update test_pwn_vuln2.yml
1 parent a1380b4 commit 24000a9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test_pwn_vuln2.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ jobs:
66
name: Build and test
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Harden the runner (Audit all outbound calls)
10+
uses: step-security/harden-runner@v2
11+
with:
12+
egress-policy: audit
13+
914
- uses: actions/checkout@v2
1015
with:
1116
ref: ${{ github.event.pull_request.head.sha }}
1217

1318
- uses: actions/setup-node@v1
14-
- run: |
15-
npm install
16-
npm build
19+

0 commit comments

Comments
 (0)