iceoryx2 icon indicating copy to clipboard operation
iceoryx2 copied to clipboard

Add 'cargo-audit' to the CI

Open elBoberido opened this issue 2 years ago • 1 comments

I think a first step in this direction would be to add an automatic audit using https://crates.io/crates/cargo-audit

Extending the CI file wouldn't be that hard either:

iox2_cargo_fmt_and_clippy_template: &IOX2_CARGO_FMT_AND_CLIPPY
  cargo_fmt_and_clippy_script:
    - cargo fmt --all -- --check
    - cargo clippy -- -D warnings
    - cargo audit

Originally posted by @hydroid7 in https://github.com/eclipse-iceoryx/iceoryx2/issues/6#issuecomment-1857554174

elBoberido avatar Dec 16 '23 19:12 elBoberido

Ok, so I opened a PR, but I'm really no expert with Cirrus CI.

hydroid7 avatar Dec 16 '23 21:12 hydroid7