relizaio/RelizaHub Build And Submit Release metadata action

RelizaHub Build And Submit Release metadata action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 7, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: relizaio/reliza-docker-action@a8ba201f314e111885f1ec036e8eeabcb02739be # 3.14

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

namedescriptionrequireddefault
registry_usernameUsername for image registryyes
registry_passwordPassword for image registryyes
registry_hostHost for image registryno
image_namespaceNamespace of the image on registryyes
image_nameName of the imageyes
reliza_api_idReliza Hub API IDyes
reliza_api_keyReliza Hub API KEYyes
reliza_api_urlReliza Hub API URLnohttps://app.relizahub.com
pathPath to the relative to root of the repo (default is '.')no.
dockerfile_nameName of the dockerfile (default is 'Dockerfile')noDockerfile
ci_metadataMetadata for CI run, (Optional - default is GitHub)no
reliza_project_idProject UUID for this release if org-wide key is usedno
push_latest_tagset to false if you do not want image tagged latest to be pushednotrue
no_cacheSet to true to disable docker build cachenofalse
platform_architecturescomma separated list of platform architectures you want to build the image for, default is linux/amd64nolinux/amd64
enable_sbomGenerates SBOM and stores it along with the artifact on Reliza Hub, ReARM settings listed belownofalse
push_to_rearmWhether to handle SBOM logic via ReARM and push release there as well. Below options are required for ReARM.nofalse
rearm_api_idReARM API IDno
rearm_api_keyReARM API KEYno
rearm_api_urlReARM API URLnohttps://demo.rearmhq.com
rearm_component_idComponent UUID for this release on ReARM if org-wide key is usedno
source_code_sbom_typeGenerates SBOM based on source code analysis, possible values: npm, dotnet, other, nonenonone
rearm_enable_public_cosign_sigstoreSign deliverables and SBOMs using public sigstore via cosignnofalse
rearm_enable_codeqlEnable CodeQL analysisnofalse
rearm_codeql_languageLanguage to analyze with CodeQLnonone

no outputs