Unmatched license allowance in cargo-deny (gh-actions)
Open
T-ci
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
```
warning[L006]: license was not encountered
┌─ /github/workspace/deny.toml:32:5
│
32 │ "BSD-2-Clause",
│ ^^^^^^^^^^^^^^ unmatched license allowance
warning[L006]: license was not encountered
┌─ /github/workspace/deny.toml:33:5
│
33 │ "BSD-3-Clause",
│ ^^^^^^^^^^^^^^ unmatched license allowance
warning[L006]: license was not encountered
┌─ /github/workspace/deny.toml:37:5
│
37 │ "Zlib",
│ ^^^^^^ unmatched license allowance
```
~~Should these be added to the `deny.toml`?~~
What to do, to make the check pass, so there isn't always a failed CI action?
Contributor guide
Assessment
This issue has not been assessed yet.