1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
catalog/task/kythe-go/0.1
Piyush Garg a72785d783 Fix kythe-go task on restricted environment
This will fix the task to run on restricted environments
as this task do some chown operations and fails on
environments like opneshift
2020-07-23 17:03:01 +01:00
..
tests Fix kythe-go task on restricted environment 2020-07-23 17:03:01 +01:00
kythe-go.yaml Fix kythe-go task on restricted environment 2020-07-23 17:03:01 +01:00
README.md Modifies kythe task according to the new reorg proposal 2020-07-10 22:06:57 +01:00

Kythe

These Tasks are Kythe tasks to generating annotations for source code.

kythe-go

The kythe-go Task runs the Kythe Go extractor for the given package, placing the resulting kzips in the output workspace.

Workspaces

  • output: A workspace for this Task to place kzip outputs into.

Parameters

  • package: Go package pattern to analyze.