| Crates.io | gitlab-cargo-audit |
| lib.rs | gitlab-cargo-audit |
| version | 0.6.0 |
| created_at | 2023-06-07 18:44:45.053203+00 |
| updated_at | 2024-12-03 07:33:14.322863+00 |
| description | Generate GitLab Dependency Scanning report using `cargo-audit` |
| homepage | |
| repository | https://github.com/dcoles/gitlab-cargo-audit |
| max_upload_size | |
| id | 884950 |
| size | 107,276 |
Generate GitLab Dependency Scanning report using cargo-audit.
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
Dual licensed under the MIT and Apache 2.0 licenses.