mozilla / cargo-vet

supply-chain security for Rust
Apache License 2.0
649 stars 43 forks source link

sourcegraph integration broken #628

Closed RaphaelDarley closed 1 month ago

RaphaelDarley commented 1 month ago

I'm using: cargo-vet 0.9.1 and every time I run a diff or inspect command I get repository not found from sourcegraph eg. cargo vet diff rustls 0.22.4 0.23.12 or cargo vet inspect atomic-waker 1.1.2.

image
mystor commented 1 month ago

I think this issue has already been reported in #611.

For now you can use --local to view diffs locally, and we'll release a new version with support for viewing diffs with https://diff.rs soon (#625).