We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1380b4 commit 24000a9Copy full SHA for 24000a9
.github/workflows/test_pwn_vuln2.yml
@@ -6,11 +6,14 @@ jobs:
6
name: Build and test
7
runs-on: ubuntu-latest
8
steps:
9
+ - name: Harden the runner (Audit all outbound calls)
10
+ uses: step-security/harden-runner@v2
11
+ with:
12
+ egress-policy: audit
13
+
14
- uses: actions/checkout@v2
15
with:
16
ref: ${{ github.event.pull_request.head.sha }}
17
18
- uses: actions/setup-node@v1
- - run: |
- npm install
- npm build
19
0 commit comments