Skip to content

Commit 7365bfc

Browse files
committed
ci: add security audit workflow
1 parent be3c3b2 commit 7365bfc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/audit.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Security audit
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
jobs:
7+
audit:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
11+
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)