-
Couldn't load subscription status.
- Fork 48
Open
Description
I have a check for kind 0.6.1 which has the kind --version output of kind version 0.6.1. It fails with ✖ No version was detected from the output of the binary 'kind'
When kind was in version 0.5.1 the output was kind version v0.5.1, which was parsed successfully.
My rule definition is
{
"$schema": "http://json.schemastore.org/solidaritySchema",
"requirements": {
"Node": [
{
"rule": "cli",
"binary": "node",
"semver": ">= 12.9.1"
}
],
"kind": [
{
"rule": "cli",
"binary": "kind",
"semver": "0.6.1"
}
],
}
}Metadata
Metadata
Assignees
Labels
No labels