#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 19/week @ 2024-04-27 2/week @ 2024-05-04 183/week @ 2024-05-11 88/week @ 2024-05-18 14/week @ 2024-05-25 12/week @ 2024-06-01 30/week @ 2024-06-08 73/week @ 2024-06-15 30/week @ 2024-06-22 24/week @ 2024-06-29 39/week @ 2024-07-06 46/week @ 2024-07-13 51/week @ 2024-07-20 178/week @ 2024-07-27 99/week @ 2024-08-03 81/week @ 2024-08-10

每月 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