We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88573e2 commit d02b1eaCopy full SHA for d02b1ea
.github/workflows/audit.yml
@@ -0,0 +1,18 @@
1
+name: Security audit
2
+on:
3
+ push:
4
+ paths:
5
+ - '**/Cargo.toml'
6
+ - '**/Cargo.lock'
7
+ pull_request:
8
9
10
11
+jobs:
12
+ security_audit:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - uses: rustsec/[email protected]
17
+ with:
18
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments