mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
chore: add cargo-deny configuration (#7119)
- add GitHub workflow running cargo-deny on push/PR - document cargo-deny allowlist with workspace-dep notes and advisory ignores - align workspace crates to inherit version/edition/license for consistent checks
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[package]
|
||||
edition = "2024"
|
||||
name = "codex-execpolicy-legacy"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Legacy exec policy engine for validating proposed exec calls."
|
||||
version = { workspace = true }
|
||||
|
||||
[[bin]]
|
||||
name = "codex-execpolicy-legacy"
|
||||
|
||||
Reference in New Issue
Block a user