CI / CD

May 29, 2026 ยท View on GitHub

This service uses GitHub Actions. The authoritative workflow definitions live in .github/workflows/ and are visible on GitHub:

https://github.com/eclipse-xfsc/federated-catalogue/actions

WorkflowFilePurpose
Maven build.github/workflows/maven.ymlCompile and run unit tests on push / PR
Docker build.github/workflows/docker-build.ymlBuild and publish container images
SBOM.github/workflows/sbom.ymlGenerate Software Bill of Materials
Eclipse Dash.github/workflows/eclipse-dash.ymlLicense compliance check (Eclipse Dash)
Publish.github/workflows/publish.ymlPublish release artifacts

Workflow runs, logs, and status badges are the source of truth โ€” this file is a pointer.