faros-ai/faros-cicd-github-action

Faros CI/CD Github Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyFaros API Keyyes
eventWhich CI/CD event the data is for. Can be either CI or CDyes
run-idUnique identifier of the job executing the CI or CD process. (Default: GITHUB_RUN_ID)no
run-statusCI or CD step's job run status. (Success, Failed, Canceled, Queued, Running, Unknown, Custom)yes
run-status-detailsAny extra details about the status of the job run.no
pull-request-numberManually associate the commit to a specific pull request numberno
deployThe URI of the deployment. Required for CD events. (source://app/env/deploy)no
deploy-statusThe status of the deployment. Required for CD events. (Success, Failed, Canceled, Queued, Running, RolledBack, Custom)no
deploy-status-detailsAny extra details about the status of the deployment.no
deploy-app-platformThe platform the application is being deployed on. (e.g. ECS, K8s)no
deploy-env-detailsAny extra details about the deployment environment.no
deploy-started-atDeployment process start time in millis. (e.g. 1626804346019)no
deploy-ended-atDeployment process end time in millis. (e.g. 1626804346019)no
deploy-tagsTags associated with the deployment of the form: "key1:value1,key2:value2"no
commit-uriThe URI of the commit that was built or deployed. (source://org/repo/sha)no
artifactThe URI of the artifact that was built or deployed. (source://org/repo/artifact)no
run-started-atJob run start time in millis. (e.g. 1626804346019)no
run-ended-atJob run end time in millis. (e.g. 1626804346019)no
pipeline-idUnique identifier of the pipeline.no
api-urlFaros API URL.no
graphGraph name to use when invoking Faros API. (Default: 'default')no
no-artifactDo not create an artifact in Faros. (Default: false)no
debugEnable debug mode. (Default: false)no

no outputs