Commit 0bec847
committed
quality.yml: generate Cargo.lock before audit step
rustsec/audit-check requires a Cargo.lock at the working directory.
Our stubs gitignore Cargo.lock (since it's a published-as-stub crate
that won't get its lockfile committed). Add a `cargo generate-lockfile`
step in CI so audit has something to scan.1 parent 0ea8761 commit 0bec847
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
0 commit comments