#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

#127 in Development tools

Download history 76/week @ 2024-09-11 69/week @ 2024-09-18 104/week @ 2024-09-25 109/week @ 2024-10-02 200/week @ 2024-10-09 286/week @ 2024-10-16 325/week @ 2024-10-23 214/week @ 2024-10-30 235/week @ 2024-11-06 354/week @ 2024-11-13 323/week @ 2024-11-20 248/week @ 2024-11-27 341/week @ 2024-12-04 250/week @ 2024-12-11 211/week @ 2024-12-18 79/week @ 2024-12-25

1,020 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