Skip to content

Commit ce01f8e

Browse files
committed
test
1 parent 57bbb8b commit ce01f8e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/audit.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Audit
2+
3+
on:
4+
# push:
5+
pull_request:
6+
# paths:
7+
# - "**/package-lock.json"
8+
# - "**/audit.yml"
9+
10+
jobs:
11+
security_audit:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v3
15+
- name: install dependencies
16+
run: npm ci
17+
- uses: oke-py/[email protected]
18+
with:
19+
github_token: ${{ secrets.GITHUB_TOKEN }}
20+
create_pr_comments: true
21+
audit_level: high

0 commit comments

Comments
 (0)