Crates.io | gitlab-cargo-audit |
lib.rs | gitlab-cargo-audit |
version | 0.4.0 |
source | src |
created_at | 2023-06-07 18:44:45.053203 |
updated_at | 2024-05-17 04:03:17.687659 |
description | Generate GitLab Dependency Scanning report using `cargo-audit` |
homepage | |
repository | https://github.com/dcoles/gitlab-cargo-audit |
max_upload_size | |
id | 884950 |
size | 94,474 |
Generate GitLab Dependency Scanning report using cargo-audit
.
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
Dual licensed under the MIT and Apache 2.0 licenses.