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

app gitlab-cargo-audit

Generate GitLab Dependency Scanning report using cargo-audit

4 releases (breaking)

0.6.0 Dec 3, 2024
0.5.0 May 17, 2024
0.4.0 May 17, 2024
0.3.0 Jun 7, 2023

#223 in Development tools

Download history 95/week @ 2024-09-26 116/week @ 2024-10-03 225/week @ 2024-10-10 335/week @ 2024-10-17 287/week @ 2024-10-24 205/week @ 2024-10-31 252/week @ 2024-11-07 383/week @ 2024-11-14 257/week @ 2024-11-21 298/week @ 2024-11-28 333/week @ 2024-12-05 254/week @ 2024-12-12 142/week @ 2024-12-19 75/week @ 2024-12-26 278/week @ 2025-01-02 130/week @ 2025-01-09

700 downloads per month

MIT/Apache

29KB
384 lines

GitLab cargo-audit

GitLab Security Report Schema: 15.0.7

Generate GitLab Dependency Scanning report using cargo-audit.

Usage

Add the following to your .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

License

Dual licensed under the MIT and Apache 2.0 licenses.

Dependencies

~9MB
~138K SLoC