#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

#248 in Development tools

Download history 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 151/week @ 2025-01-09 324/week @ 2025-01-16 177/week @ 2025-01-23 222/week @ 2025-01-30 256/week @ 2025-02-06 105/week @ 2025-02-13

791 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