-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
The CLI and backend are rapidly evolving and currently there is no check to make sure CLI/Controlplane are compatible.
This is problematic since for example @jp-gouin ran into the following issue
- attestation.workflow.organization: value length must be at least 1 characters [string.min_len]
which was related to using a version of the CLI (0.83.0) that was not sending the required organization information in the attestation, requirement that was added in 0.87.
danlishka