Unmatched license allowance in cargo-deny (gh-actions)
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?
I believe this warning is suggesting that these licenses be removed from deny.toml.
I believe this warning is suggesting that these licenses be removed from deny.toml.
True, I misread that actually. Hmm, anyway, the return value of this CI action defeats a bit the purpose of the CI if there is always one check that is not passing. People will just get used to "ah, this check never passes", not sure if it should be like that. :-/
Yeah, I've disabled the workflow for now, will have to fix this later on. Its not blocking things at the moment.