From 78069d8b80e9b989f6be28b981fe017c951e6f68 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Thu, 23 Feb 2023 12:03:44 -0500 Subject: [PATCH] Consider ko-build/setup-ko as a packaging workflow (#2692) Signed-off-by: Jason Hall --- checks/fileparser/github_workflow.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/checks/fileparser/github_workflow.go b/checks/fileparser/github_workflow.go index 181de679835..9461c250c98 100644 --- a/checks/fileparser/github_workflow.go +++ b/checks/fileparser/github_workflow.go @@ -559,6 +559,9 @@ func IsPackagingWorkflow(workflow *actionlint.Workflow, fp string) (JobMatchResu { Uses: "imjasonh/setup-ko", }, + { + Uses: "ko-build/setup-ko", + }, }, LogText: "candidate container publishing workflow using ko", },