#gitlab #scanning #report #generate #security #cargo-audit #gitlab-ci

app gitlab-cargo-audit

使用 cargo-audit 生成 GitLab 依赖扫描报告

3 个版本 (破坏性更新)

0.5.0 2024年5月17日
0.4.0 2024年5月17日
0.3.0 2023年6月7日

#272 in 开发工具

Download history • Rust 包仓库 19/week @ 2024-04-27 • Rust 包仓库 2/week @ 2024-05-04 • Rust 包仓库 183/week @ 2024-05-11 • Rust 包仓库 88/week @ 2024-05-18 • Rust 包仓库 14/week @ 2024-05-25 • Rust 包仓库 12/week @ 2024-06-01 • Rust 包仓库 30/week @ 2024-06-08 • Rust 包仓库 73/week @ 2024-06-15 • Rust 包仓库 30/week @ 2024-06-22 • Rust 包仓库 24/week @ 2024-06-29 • Rust 包仓库 39/week @ 2024-07-06 • Rust 包仓库 46/week @ 2024-07-13 • Rust 包仓库 51/week @ 2024-07-20 • Rust 包仓库 178/week @ 2024-07-27 • Rust 包仓库 99/week @ 2024-08-03 • Rust 包仓库 81/week @ 2024-08-10 • Rust 包仓库

每月 411 次下载

MIT/Apache

27KB
384

GitLab cargo-audit

GitLab Security Report Schema: 15.0.7

使用 依赖扫描报告 生成 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

许可证

双许可下 MITApache 2.0 许可证。

依赖项

~7MB
~149K SLoC