Tag: Gitlab
All the articles with the tag "Gitlab".
Installing GitLab on a Raspberry Pi 5
Published: at 08:06 PMThe Raspberry Pi 5 is a versatile device that can handle various tasks, including hosting a self-managed GitLab server. GitLab is a powerful DevOps platform that offers Git repository management, CI/CD pipelines, and numerous collaborative tools. This guide will walk you through the process of installing and configuring GitLab on a Raspberry Pi 5.
Monitoring Gitlab Snippets for secrets with TruffleHog
Published: at 06:30 PMIn the previous article, we explored how to monitor GitHub Gists for leaked secrets. In this article, we’ll implement a similar system, but with a focus on GitLab Snippets. We’ll configure TruffleHog to detect sensitive information, such as API keys and passwords, that might have been inadvertently exposed in public Snippets.