Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Stackrox Collector

![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/stackrox/collector/main.yml?style=for-the-badge)
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/stackrox/collector/cpaas.yml?label=Downstream%20Nightly&style=for-the-badge)
![GitHub](https://img.shields.io/github/license/stackrox/collector?style=for-the-badge)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/stackrox/collector?sort=semver&style=for-the-badge)
| branch | upstream | downstream | |
| ------ | -------- | ---------- | -- |
| master | [![nighly upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?event=schedule)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Aschedule++) | [![last downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush++) | |
| [3.23](https://github.com/stackrox/collector/tree/release-3.23) | [![3.23 upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?branch=release-3.23&event=push)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Apush+branch%3Arelease-3.23++) | [![3.23 downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?branch=release-3.23&event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush+branch%3Arelease-3.23++) | [⬆️4.9](https://github.com/stackrox/stackrox/tree/release-4.9) |
| [3.22](https://github.com/stackrox/collector/tree/release-3.22) | [![3.22 upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?branch=release-3.22&event=push)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Apush+branch%3Arelease-3.22++) | [![3.22 downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?branch=release-3.22&event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush+branch%3Arelease-3.22++) | [⬆️4.8](https://github.com/stackrox/stackrox/tree/release-4.8) |
| [3.21](https://github.com/stackrox/collector/tree/release-3.21) | [![3.21 upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?branch=release-3.21&event=push)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Apush+branch%3Arelease-3.21++) | [![3.21 downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?branch=release-3.21&event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush+branch%3Arelease-3.21++) | [⬆️4.7](https://github.com/stackrox/stackrox/tree/release-4.7) |

Welcome to the Stackrox Collector project documentation. Here you can learn
more about idea behind the project, how to start guidelines, design overview
Expand Down
Loading