Skip to content

Commit c5fd54f

Browse files
nightly/audit: Temporary ignore RUSTSEC-2024-0006
shlex is currently only being brought by bindgen, which does not use the concerning APIs except for testing. This needs spiffe to be upgraded to be finally be resolved, which will not happen now. Signed-off-by: Tomás González <[email protected]>
1 parent d06b6eb commit c5fd54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: Install cargo audit
4545
run: cargo install cargo-audit
4646
- name: Execute cargo audit
47-
run: cargo audit
47+
run: cargo audit --ignore RUSTSEC-2024-0006

0 commit comments

Comments
 (0)