2 个不稳定版本
0.2.0 | 2021 年 3 月 27 日 |
---|---|
0.1.0 | 2021 年 3 月 21 日 |
#636 in Cargo 插件
18KB
334 行
cargo-report
生成与外部软件集成的报告。
特性
支持的集成
- GitLab 依赖扫描:使用 RustSec 建议数据库 报告有漏洞的 crate。此 GitLab 功能 目前需要 GitLab Ultimate。
GitLab CI
要使用 GitLab 依赖扫描功能,将以下内容添加到您的 .gitlab-ci.yml
文件中。这将始终使用 cargo-report
的最新发布版本。您可以通过更改 :latest
到您想要的版本来固定到特定版本(例如,:0.2.0
)。
scan-dependencies:
stage: test
allow_failure: true
artifacts:
reports:
dependency_scanning: gl-dependency-scanning.json
image: registry.gitlab.com/cargo-report/cargo-report:latest
script:
- cargo-report gitlab-dependencies
贡献
- 使用 常规提交格式 编写提交信息。
- 在
master
分支上发起合并请求。
许可证
此软件根据 MIT 许可证或 Apache 许可证(版本 2.0)许可,您可任选其一。
除非您明确声明,否则任何有意提交以包含在作品中的贡献都将根据上述许可证双许可,无任何附加条款或条件。
依赖项
~5–13MB
~177K 额外代码行数