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

Introduce CI workflow running cargo audit #233

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented Jan 30, 2024

In order to continuously monitor our dependencies for security vulnerabilities, we introduce a new CI job that will use cargo audit to check for any known vulnerabilities.

This job is run on a daily schedule. For each new advisory, a new issue will be created.

Same idea as lightningdevkit/rust-lightning#2861, but since we have some more/other dependencies here, we also introduce it in this repository.

In order to continuously monitor our dependencies for security
vulnerabilities, we introduce a new CI job that will use `cargo audit`
to check for any known vulnerabilities.

This job is run on a daily schedule. For each new advisory, a new issue
will be created.
@tnull tnull force-pushed the 2024-01-introduce-cargo-audit branch from 0840c81 to 13a5d73 Compare February 1, 2024 10:51
@tnull tnull merged commit b2272e5 into lightningdevkit:main Feb 1, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant