-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add structured output flag #137
Comments
Our security folks are using |
I am going to work on this today and see about using it in the action to resolve EmbarkStudios/cargo-deny-action#10. Out of curiosity, do you use the action, or do you run it in a different CI? We use Buildkite for our internal projects so I could add a guide in the docs about how to use the JSON output for reporting in CI, generally. |
We're running our CI in CircleCI. |
The core reporting functionality in the https://docs.rs/rustsec/latest/rustsec/report/struct.Report.html |
Right now we just spit out (almost) all the diagnostics to stderr, which is fine for running locally as a user, but when running in CI, it would be good to additionally support structured output, that can then be consumed more easily by other tools etc to eg. add annotations in gihub actions. Presumably the structured output would just be JSON.
See EmbarkStudios/cargo-deny-action#10
The text was updated successfully, but these errors were encountered: