tree: 68d083a39ccb2f61d0a154eb45e62ac91ac794d1 [path history] [tgz]
  1. incremental-cargo-update/
  2. cargo-audit.py
  3. cargo-vet.py
  4. cargo.py
  5. README.md
scripts/README.md

Various scripts and helpers used in the gardening of this repository.

  • ./cargo-vet.py is used to run cargo-vet with special exclusion criteria. This will download and install a hermetic version of cargo-vet if necessary.
  • ./cargo-audit.py runs cargo-audit, and is run regularly by automation w/ reporting on findings.
  • ./incremental-cargo-update is a tool used to help keep this repository up-to-date. It is run regularly by automation.