-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
so that the repo does not look naked.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# StackRox Konflux tasks | ||
|
||
This repo provides shared Tekton tasks to build ACS/StackRox product in Konflux. | ||
|
||
Tasks themselves are in `tasks/` directory. | ||
|
||
`.tekton/` directory has the pipeline to package and push tasks as Tekton bundle OCI image for use in pipelines. | ||
|
||
## Development | ||
|
||
For as long as there are no automated tests ([ROX-27386](https://issues.redhat.com/browse/ROX-27386) is to add them), you should open PRs in consuming repos when changing tasks in order to validate your changes. | ||
|
||
Make sure you update bundle references in your consuming pipelines to the value returned in `BUNDLE_REFERENCE` parameter from the pipeline here (which builds this tasks bundle). | ||
|
||
Consuming repos are: | ||
* <https://github.com/stackrox/stackrox> | ||
* <https://github.com/stackrox/collector> | ||
* <https://github.com/stackrox/scanner> |