#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

#224 in Development tools

Download history 146/week @ 2024-10-04 236/week @ 2024-10-11 350/week @ 2024-10-18 218/week @ 2024-10-25 224/week @ 2024-11-01 280/week @ 2024-11-08 397/week @ 2024-11-15 199/week @ 2024-11-22 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 261/week @ 2025-01-17

826 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