ci: add cargo audit

This commit is contained in:
Konstantin Fickel 2026-04-03 16:12:59 +02:00
parent a9acd34801
commit a79111c650
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -103,6 +103,12 @@
package = toolchain;
};
commitizen.enable = true;
cargo-audit = {
enable = true;
entry = "${pkgs.cargo-audit}/bin/cargo-audit audit";
files = "^Cargo\\.(toml|lock)$";
pass_filenames = false;
};
};
};