-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
scope:ciCI/CD pipelines and automationCI/CD pipelines and automationtype:bugSomething is brokenSomething is broken
Description
Problem
CI is failing on the cargo-deny license check step with two errors:
unmaintained = "warn"in[advisories]— cargo-deny v2 changed this field to expect values from["all", "workspace", "transitive", "none"]BSL-1.1in[licenses].allow— not a recognized SPDX identifier
Fix
- Remove deprecated
unmaintainedandyankedfields from[advisories] - Remove
BSL-1.1from the allow list - Add
[licenses.private]section withignore = trueto skip license checks on workspace crates
Acceptance Criteria
-
cargo-deny check licensespasses - CI passes green on develop
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope:ciCI/CD pipelines and automationCI/CD pipelines and automationtype:bugSomething is brokenSomething is broken