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

app gitlab-cargo-audit

Generate GitLab Dependency Scanning report using cargo-audit

1 unstable release

0.3.0 Jun 7, 2023

#1463 in Development tools

Download history 23/week @ 2024-02-17 14/week @ 2024-02-24 10/week @ 2024-03-02 27/week @ 2024-03-09 94/week @ 2024-03-16 6/week @ 2024-03-23 35/week @ 2024-03-30 16/week @ 2024-04-06

157 downloads per month

MIT/Apache

14KB
279 lines

GitLab cargo-audit

Generate GitLab Dependency Scanning report using cargo-audit.

Usage

Add the following to your .gitlab-ci.yml:

audit:
  stage: test
  script:
    - gitlab-cargo-audit > 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

~5.5MB
~140K SLoC