Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crates.io index when necessary to avoid errors #340

Merged
merged 1 commit into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. Update crates.io index when necessary to avoid errors

    If we would generate an error due to an audit-as-crates-io policy being
    specified for a crate which doesn't appear to be in the index, it may be
    because the local copy of the index is out-of-date.
    
    With these changes, if we notice the index is out of date in this way,
    we'll update our local copy of the index and re-run our checks.
    
    This should avoid potential issues with new audits being added for
    audit-as-crates-io = true crates reporting errors on machines which have
    an out-of-date copy of the index.
    mystor committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1522808 View commit details
    Browse the repository at this point in the history