steampipe plugin install theapsgroup/gitlab

Table: gitlab_version

The gitlab_version table can be used to query version information about the GitLab instance.

Note: Should only return a single row of data.

Examples

Get version information for the Gitlab instance

select
*
from
gitlab_version;

Schema for gitlab_version

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
revisiontextRevision of the current version
versiontextGitLab Version