-
Notifications
You must be signed in to change notification settings - Fork 24
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 cargo deny config and audit workflow #156
Conversation
28db234
to
dd1301e
Compare
#157 merged, could you rebase all your PRs? |
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
…push Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
@dtantsur I rebased it. |
Wow, interesting, I did not know about cargo-deny. TIL! https://github.com/dtantsur/rust-openstack/actions/runs/8679800639/job/23799281981?pr=156 shows a lot of deprecation warnings, could you check if any of these are important? |
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
I updated the |
The failing functional test on zed seems to be unrelated. |
This adds the config file for cargo deny which automatically checks for things
like advisories, licenses, bans, ... and a corresponding audit workflow that
runs on every push changing dependencies and every night.
Signed-off-by: Sandro-Alessio Gierens sandro@gierens.de