Skip to content

Commit 20f51a7

Browse files
committed
Commit Cargo.lock to repository and add cargo-audit github action
1 parent a253567 commit 20f51a7

File tree

3 files changed

+276
-1
lines changed

3 files changed

+276
-1
lines changed

.github/workflows/test.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ jobs:
122122
- run: make src/rustls.h
123123
- run: git diff --exit-code
124124

125+
audit:
126+
name: Audit Cargo.lock for vulnerable dependencies
127+
runs-on: ubuntu-latest
128+
steps:
129+
- name: Checkout sources
130+
uses: actions/checkout@v4
131+
with:
132+
persist-credentials: false
133+
- name: Audit dependencies
134+
run: cargo audit
135+
125136
docs:
126137
name: Check for documentation errors
127138
runs-on: ubuntu-20.04

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target
2-
Cargo.lock
32
/build
43
.idea
54
.venv

Cargo.lock

+265
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)