3 releases (breaking)
0.5.0 | May 17, 2024 |
---|---|
0.4.0 | May 17, 2024 |
0.3.0 | Jun 7, 2023 |
#284 in Development tools
350 downloads per month
27KB
384 lines
GitLab cargo-audit
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
~7MB
~140K SLoC