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

Enable cargo audit #208

Merged
merged 1 commit into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. kind/cleanup: enable cargo audit GitHub Action

    This commit defines a new GitHub Action running `cargo audit`.
    
    The action is triggered in two circumstances:
    
    * On a daily basis, this is used to detect new advisory that impact the project.
    * On PRs that affect `Cargo.toml` or `Cargo.lock`.
    
    The GitHub Action will create new issues whenever a new vulnerability is
    found.
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2d42f81 View commit details
    Browse the repository at this point in the history