mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
CI: Cargo audit: Ignore RUSTSEC-2024-0436
This commit is contained in:
parent
181e667da3
commit
ef10b8bfc5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/audit.yaml
vendored
3
.github/workflows/audit.yaml
vendored
|
|
@ -12,3 +12,6 @@ jobs:
|
|||
- uses: rustsec/audit-check@v2.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# RUSTSEC-2024-0436: Paste (which is mature/stable) only pulled in by examples/
|
||||
# dependencies such as esp-hal, riscv, rp2040-hal, stm32f3xx-hal etc.
|
||||
ignore: ["RUSTSEC-2024-0436"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue