Commit a6a72fb
self-scan: allow cargo_crate in composit's own Compositfile
Composit is itself a Rust crate, so the new cargo_manifest scanner
now detects its own Cargo.toml as `cargo_crate`. With allowlist mode
(any unlisted type → resource_type_not_allowed Error), the CI
self-scan gate would block on the next push. Add an explicit
`allow "cargo_crate" { max = 2 }` block.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d64096e commit a6a72fb
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
0 commit comments