We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca36aa commit b574c8fCopy full SHA for b574c8f
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
11
+ - uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2
12
+ with:
13
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments