gitlab-cargo-audit

Crates.iogitlab-cargo-audit
lib.rsgitlab-cargo-audit
version0.4.0
sourcesrc
created_at2023-06-07 18:44:45.053203
updated_at2024-05-17 04:03:17.687659
descriptionGenerate GitLab Dependency Scanning report using `cargo-audit`
homepage
repositoryhttps://github.com/dcoles/gitlab-cargo-audit
max_upload_size
id884950
size94,474
David Coles (dcoles)

documentation

README

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 > 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.

Commit count: 19

cargo fmt