We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0001b20 commit 6586b6eCopy full SHA for 6586b6e
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