Crates.io | gitlab-cargo-audit |
lib.rs | gitlab-cargo-audit |
version | |
source | src |
created_at | 2023-06-07 18:44:45.053203 |
updated_at | 2024-12-03 07:33:14.322863 |
description | Generate GitLab Dependency Scanning report using `cargo-audit` |
homepage | |
repository | https://github.com/dcoles/gitlab-cargo-audit |
max_upload_size | |
id | 884950 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.