Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2025 19:06:06 +0000
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 06769fcedac5 - 2025Q4 - devel/gitlab-runner: install the gitlab secrets scanner
Message-ID:  <6928a11e.225c9.5512e1d@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch 2025Q4 has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06769fcedac5d2a897679bd990839809fad6c257

commit 06769fcedac5d2a897679bd990839809fad6c257
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-11-15 16:38:29 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-11-27 11:50:38 +0000

    devel/gitlab-runner: install the gitlab secrets scanner
    
    This makes it now possible to have a gitlab-runner with shell
    and in the pipeline of the repository the default
    gitlab pipeline can be used now, like:
    include:
      - template: Jobs/Secret-Detection.gitlab-ci.yml
    
    (cherry picked from commit 00d8e612f47c363bd383b66d782e0a3605f34453)
---
 devel/gitlab-runner/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile
index d6c1e0bfd5d7..38a2481fce0e 100644
--- a/devel/gitlab-runner/Makefile
+++ b/devel/gitlab-runner/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gitlab-runner
 DISTVERSIONPREFIX=	v
 DISTVERSION=	18.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \
 		https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm
@@ -23,7 +23,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	go-bindata:devel/go-bindata
 RUN_DEPENDS=	bash:shells/bash \
 		ca_root_nss>=0:security/ca_root_nss \
-		git:devel/git
+		git:devel/git \
+		gitlab-analyzers-secrets>=0:security/gitlab-analyzers-secrets
 
 USES=		go:modules,1.24
 USE_GITLAB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6928a11e.225c9.5512e1d>