We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bf3a7 commit 307fc55Copy full SHA for 307fc55
1 file changed
.github/workflows/audit.yml
@@ -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@v6
11
+ - uses: rustsec/audit-check@v2
12
+ with:
13
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments