We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1afb0 commit 2e62ba5Copy full SHA for 2e62ba5
1 file changed
.github/workflows/audit.yml
@@ -0,0 +1,12 @@
1
+name: Security audit
2
+on:
3
+ schedule:
4
+ - cron: "0 0 * * *"
5
+jobs:
6
+ audit:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v6
10
+ - uses: rustsec/audit-check@v2
11
+ with:
12
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments