Find GitLab Installations and Version
GitLab is a well-known open-source code repository and collaborative software development platform for large DevOps and DevSecOps projects. While it is well known for its Cloud version, it can also be self-hosted in a variety of ways.
With the report below, you can easily get an overview of the GitLab Linux software in your environment along with details like the version, description, and more
Run our GitLab Query
Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tsysAssetTypes.AssetTypename As AssetType, tblAssets.Username, tblAssets.Userdomain, tsysAssetTypes.AssetTypeIcon10 As icon, tblAssets.IPAddress, tblSoftwareUni.softwareName As Software, tblLinuxSoftware.Version, tsysLinuxSoftwareType.Name As SoftwareType, tblLinuxSoftware.Description, tblSoftwareUni.SoftwarePublisher As Publisher, tblLinuxSoftware.Architecture, tblLinuxSoftware.Release, tblLinuxSoftware.InstallDate, tblAssets.Lastseen, tblAssets.Lasttried From tblAssets Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype Inner Join tblState On tblState.State = tblAssetCustom.State Inner Join tblLinuxSoftware On tblAssets.AssetID = tblLinuxSoftware.AssetID Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblLinuxSoftware.SoftwareUniID Inner Join tsysLinuxSoftwareType On tsysLinuxSoftwareType.Id = tblLinuxSoftware.Type Inner Join tblLinuxSystem On tblAssets.AssetID = tblLinuxSystem.AssetID Where (tblSoftwareUni.softwareName Like '%gitlab-ee%' Or tblLinuxSoftware.Description Like '%gitlab%') And tblState.Statename = 'Active' Order By tblAssets.Domain, tblAssets.AssetName, Software