3 个版本 (破坏性更新)
0.5.0 | 2024年5月17日 |
---|---|
0.4.0 | 2024年5月17日 |
0.3.0 | 2023年6月7日 |
#272 in 开发工具
每月 411 次下载
27KB
384 行
GitLab cargo-audit
使用 依赖扫描报告 生成 GitLab 使用 cargo-audit
。
用法
将以下内容添加到您的 .gitlab-ci.yml
audit:
stage: test
script:
- gitlab-cargo-audit --output-path gl-dependency-scanning-report.json
artifacts:
when: always
reports:
dependency_scanning: gl-dependency-scanning-report.json
许可证
双许可下 MIT 和 Apache 2.0 许可证。
依赖项
~7MB
~149K SLoC