Skip to content

Use cargo-audit to generate a GitLab Dependency report

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

dcoles/gitlab-cargo-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use cargo-audit to generate a GitLab Dependency report

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages