We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2c1eb commit ad4ec10Copy full SHA for ad4ec10
1 file changed
cmd/validate/vsa.go
@@ -139,7 +139,7 @@ func validateVSACmd(validate vsaValidationFunc) *cobra.Command {
139
140
// Determine input spec from various sources (image, images, etc.)
141
if data.imageRef != "" || data.images != "" {
142
- if s, err := applicationsnapshot.DetermineInputSpec(ctx, applicationsnapshot.Input{
+ if s, _, err := applicationsnapshot.DetermineInputSpec(ctx, applicationsnapshot.Input{
143
Image: data.imageRef,
144
Images: data.images,
145
}); err != nil {
0 commit comments