eclipse-iceoryx / eclipse-iceoryx/iceoryx2

Add 'cargo-audit' to the CI

Open
#48 1 comment 0 reactions 1 assignee Assigned to @hydroid7 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.