likvido/SDOP/ENGP reporter

Reports a production deployment to Visma's ENGP/SDOP Jira gateway (DORA metrics)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 12, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: likvido/action-sdop-reporter@9d38151d241739bb0a3edc076697f127e549b95c # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
jira-tokenBearer token for the Visma Jira gateway. Generated in Hubble.yes
app-nameService name (e.g. webapp-api). Becomes part of the per-service Jira label.yes
repo-nameThe GitHub repository in owner/name form (typically the github.repository context value). Used to namespace the per-service label.yes
deployment-startISO 8601 UTC timestamp captured immediately before the production deploy step.yes
deployment-statusOutcome of the production deploy step: success, failure, cancelled, or skipped.yes
exclude-from-metricsIf true, the ENGPexclude label is added so Visma ignores the ticket. Default true; flip to false after Visma has reviewed the onboarding.notrue
dry-runIf true, log the payload but do not call the Jira gateway.nofalse
github-tokenToken used to query the GitHub API for the previous successful run. Defaults to the workflow token.no${{ github.token }}
jira-hostVisma Jira gateway host. Override only for testing.nohttps://prod.integration-hub.visma.com
namedescription
issue-keyThe key of the created Jira issue (empty on dry-run).
from-shaThe SHA used as the start of the lead-time range.