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

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

#102 in Testing

Download history 348/week @ 2024-11-29 316/week @ 2024-12-06 248/week @ 2024-12-13 108/week @ 2024-12-20 97/week @ 2024-12-27 269/week @ 2025-01-03 191/week @ 2025-01-10 278/week @ 2025-01-17 206/week @ 2025-01-24 223/week @ 2025-01-31 255/week @ 2025-02-07 191/week @ 2025-02-14 397/week @ 2025-02-21 320/week @ 2025-02-28 352/week @ 2025-03-07 329/week @ 2025-03-14

1,448 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
~137K SLoC