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

Conversation

flavio
Copy link
Collaborator

@flavio flavio commented Sep 6, 2024

This commit defines two new GitHub Actions, both running cargo audit.

One runs the command on a daily basis, this is used to detect new advisory that impact the project.

The other, runs the cargo audit command on PR that affect Cargo.toml or Cargo.lock.

The GitHub Action will create new issues whenever a new vulnerability is found.

@flavio flavio force-pushed the enable-cargo-audit-gh-action branch from fd23728 to 3e13a55 Compare September 6, 2024 07:51
@flavio
Copy link
Collaborator Author

flavio commented Sep 6, 2024

I've forced push the commit to change its subject, I hope that will make the Pull Request Labels check happy

@flavio flavio changed the title automation: enable cargo audit kind/test: enable cargo audit Sep 6, 2024
@flavio flavio force-pushed the enable-cargo-audit-gh-action branch from 3e13a55 to 186a950 Compare September 6, 2024 08:27
@flavio flavio changed the title kind/test: enable cargo audit Enable cargo audit Sep 6, 2024
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 flavio force-pushed the enable-cargo-audit-gh-action branch from 186a950 to 2d42f81 Compare September 6, 2024 08:27
@saschagrunert saschagrunert merged commit 0885c5f into containers:main Sep 6, 2024
14 checks passed
@flavio flavio deleted the enable-cargo-audit-gh-action branch September 6, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants