eclipse-iceoryx / eclipse-iceoryx/iceoryx2
Add 'cargo-audit' to the CI
Open
- Dominant language
- Rust
- Stars
- 2.5k
- Forks
- 185
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 34
Description
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_
Contributor guide
Assessment
This issue has not been assessed yet.