Skip to content

Commit

Permalink
Consider ko-build/setup-ko as a packaging workflow (#2692)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Feb 23, 2023
1 parent db6a26e commit 78069d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checks/fileparser/github_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 78069d8

Please sign in to comment.