From 8be3a241126a783d190b7f62e23dd3d14534dbc2 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 2 Feb 2026 16:18:58 +0000 Subject: [PATCH] ci: Update cargo-deny in gatekeeper Update the name and move it to the static checks as we don't need to ensure it's running for none code changes. Signed-off-by: stevenhorsman --- tools/testing/gatekeeper/required-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/testing/gatekeeper/required-tests.yaml b/tools/testing/gatekeeper/required-tests.yaml index 885be0d147..e758f997d7 100644 --- a/tools/testing/gatekeeper/required-tests.yaml +++ b/tools/testing/gatekeeper/required-tests.yaml @@ -4,8 +4,6 @@ required_tests: - Pull request WIP checks / WIP Check - Darwin tests / test - Shellcheck required / shellcheck-required - # TODO: cargo-deny-runner.yaml not yet treated as conditional - - Cargo Crates Check Runner / cargo-deny-runner - GHA security analysis / zizmor - Lint GHA workflows / run-actionlint - EditorConfig checker / editorconfig-checker @@ -135,6 +133,7 @@ mapping: static: # Checks that static checks are passing names: + - Cargo Deny Check / cargo-deny (bans licenses sources) # static-checks.yaml (build-checks.yaml) - Static checks / build-checks / check (make check, agent-ctl, src/tools/agent-ctl, rust, protobuf-compiler, clang, ubuntu-22.04) - Static checks / build-checks / check (make check, agent, src/agent, rust, libdevmapper, libseccomp, protobuf-compiler, clang, ub...