Skip to content

Commit

Permalink
nightly/audit: Temporary ignore RUSTSEC-2024-0006
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.

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]>
  • Loading branch information
tgonzalezorlandoarm committed Jan 31, 2024
1 parent d06b6eb commit c5fd54f
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 @@ -44,4 +44,4 @@ jobs:
- name: Install cargo audit
run: cargo install cargo-audit
- name: Execute cargo audit
run: cargo audit
run: cargo audit --ignore RUSTSEC-2024-0006

0 comments on commit c5fd54f

Please sign in to comment.