Skip to content

Commit 33d062a

Browse files
fbrvltitanb
authored andcommitted
security
1 parent 5c89898 commit 33d062a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Security Audit
2+
on:
3+
pull_request:
4+
paths: [Cargo.lock]
5+
push:
6+
branches: [main]
7+
paths: [Cargo.lock]
8+
schedule:
9+
- cron: '0 0 * * *'
10+
11+
jobs:
12+
security_audit:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: actions-rs/audit-check@v1.2.0
17+
with:
18+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)