We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data/test-packages
This is an open issue that would be good for everyone involved to do at least once to start out!
To add an example crate:
cargo init
cargo run --bin scan -- data/packages/<your crate>
Finally, add the crate to automatically be updated on make test so that we can track the output. To do that:
make test
data/crate-lists/test-crates.csv
The text was updated successfully, but these errors were encountered:
policies
After completing this, check out #8 for a follow-up issue to write a policy for your example crate.
Sorry, something went wrong.
No branches or pull requests
This is an open issue that would be good for everyone involved to do at least once to start out!
To add an example crate:
data/test-packages
and runcargo init
inside itcargo run --bin scan -- data/packages/<your crate>
. Report anything you think is weird/should be fixedFinally, add the crate to automatically be updated on
make test
so that we can track the output. To do that:data/crate-lists/test-crates.csv
make test
to check the output on your own machine.The text was updated successfully, but these errors were encountered: