Skip to content

Commit

Permalink
ci: Ignore shlex report
Browse files Browse the repository at this point in the history
shlex is currently only being brought by bindgen, which does not
use the concerning APIs except for testing.

Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
  • Loading branch information
gowthamsk-arm committed Feb 14, 2024
1 parent 8948077 commit 0f50b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install cargo audit
run: cargo install cargo-audit
- name: Execute cargo audit
run: cargo audit
run: cargo audit --ignore RUSTSEC-2024-0006

build-next:
name: Execute CI script with next branch
Expand Down

0 comments on commit 0f50b3b

Please sign in to comment.