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 <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-02-02 16:18:58 +00:00
parent 9448988783
commit 8be3a24112

View File

@@ -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...