Skip to content

Commit 0f50b3b

Browse files
committed
ci: Ignore shlex report
shlex is currently only being brought by bindgen, which does not use the concerning APIs except for testing. Signed-off-by: Gowtham Suresh Kumar <[email protected]>
1 parent 8948077 commit 0f50b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install cargo audit
4242
run: cargo install cargo-audit
4343
- name: Execute cargo audit
44-
run: cargo audit
44+
run: cargo audit --ignore RUSTSEC-2024-0006
4545

4646
build-next:
4747
name: Execute CI script with next branch

0 commit comments

Comments
 (0)