cargo-report

Crates.iocargo-report
lib.rscargo-report
version0.2.0
sourcesrc
created_at2021-03-21 15:59:25.790363
updated_at2021-03-27 17:00:06.856541
descriptionGenerate reports for integration with external software.
homepage
repositoryhttps://gitlab.com/rustsec-gitlab-report/rustsec-gitlab-report
max_upload_size
id371741
size45,625
Austin Hartzheim (austinhartzheim)

documentation

README

cargo-report

Build Status Documentation

Generate reports for integration with external software.

Features

Supported integrations:

GitLab CI

To use the GitLab dependency scanning feature, add the following to your .gitlab-ci.yml file. This will always use the latest released version of cargo-report. You may pin to a specific version by changing :latest to your desired version (for example, :0.2.0).

scan-dependencies:
  stage: test
  allow_failure: true
  artifacts:
    reports:
      dependency_scanning: gl-dependency-scanning.json
  image: registry.gitlab.com/cargo-report/cargo-report:latest
  script:
    - cargo-report gitlab-dependencies

Contributing

License

This software is licensed under the terms of the MIT license or the Apache License (Version 2.0), at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Commit count: 22

cargo fmt