juspay/rust-flake

Add `cargo audit` flake check

Open

#26 创建于 2024年10月7日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Nix (19 fork)github user discovery
good first issue

仓库指标

Star
 (46 star)
PR 合并指标
 (PR 指标待抓取)

描述

Such that nix flake check will automatically run cargo audit and fail on serious vulnerabilities.

This can be implemented rather easily using crane's function:

https://crane.dev/API.html?highlight=cargoAudit#cranelibcargoaudit

贡献者指南