GitHub security audit

This commit is contained in:
Abdulla Abdurakhmanov 2022-03-18 19:44:45 +01:00
parent 3e9c0a9fd0
commit bb721b8ef8

View file

@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v3
- uses: icepuma/rust-action@master
with:
args: cargo audit
args: cargo audit || true && cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071