Skip to content

Commit

Permalink
Add basic readme
Browse files Browse the repository at this point in the history
so that the repo does not look naked.
  • Loading branch information
msugakov committed Dec 12, 2024
1 parent b934502 commit 7d11471
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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>

0 comments on commit 7d11471

Please sign in to comment.