Skip to content

Commit 78069d8

Browse files
authored
Consider ko-build/setup-ko as a packaging workflow (#2692)
Signed-off-by: Jason Hall <jason@chainguard.dev>
1 parent db6a26e commit 78069d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

checks/fileparser/github_workflow.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@ func IsPackagingWorkflow(workflow *actionlint.Workflow, fp string) (JobMatchResu
559559
{
560560
Uses: "imjasonh/setup-ko",
561561
},
562+
{
563+
Uses: "ko-build/setup-ko",
564+
},
562565
},
563566
LogText: "candidate container publishing workflow using ko",
564567
},

0 commit comments

Comments
 (0)