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

app gitlab-cargo-audit

Generate GitLab Dependency Scanning report using cargo-audit

3 releases (breaking)

new 0.5.0 May 17, 2024
0.4.0 May 17, 2024
0.3.0 Jun 7, 2023

#328 in Development tools

Download history 18/week @ 2024-02-16 16/week @ 2024-02-23 10/week @ 2024-03-01 24/week @ 2024-03-08 83/week @ 2024-03-15 23/week @ 2024-03-22 35/week @ 2024-03-29 19/week @ 2024-04-05 2/week @ 2024-04-12 24/week @ 2024-04-19 36/week @ 2024-04-26 5/week @ 2024-05-03

68 downloads per month

MIT/Apache

27KB
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

~7.5MB
~159K SLoC