Fix SBOM and provenance for releases (#3124)
* Provenance generation fixes * try sbom flags * remove unwanted changes * add container sbom support * Fix more labels * Fix env variable * revert local changes --------- Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ func (opts *CreateSubCommand) complete(input cli.Input) (err error) {
|
||||
return err
|
||||
}
|
||||
if !exists {
|
||||
console.Warn(fmt.Sprintf("TimeTrigger '%v' references unknown Function '%v', please create it before applying spec",
|
||||
console.Warn(fmt.Sprintf("TimeTrigger '%s' references unknown Function '%s', please create it before applying spec",
|
||||
name, fnName))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user