You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new check to check if a package is empty.
We have similar pipelines copied into the melange repos.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero@chainguard.dev>
Copy file name to clipboardExpand all lines: package-type-check/main.go
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ func main() {
13
13
varrootCmd=&cobra.Command{
14
14
Use: "package-type-check",
15
15
Short: "A tool to check and verify the type of package in Wolfi",
16
-
Long: `This tool is used in wolfi melange test configuration to verify the kind of packages: : docs, meta, static, virtual, and by-product packages.`,
16
+
Long: `This tool is used in wolfi melange test configuration to verify the kind of packages: : docs, meta, static, virtual, empty, and by-product packages.`,
0 commit comments