git: 00d8e612f47c - main - devel/gitlab-runner: install the gitlab secrets scanner
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Nov 2025 16:55:24 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=00d8e612f47c363bd383b66d782e0a3605f34453
commit 00d8e612f47c363bd383b66d782e0a3605f34453
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-11-15 16:38:29 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-11-15 16:39:49 +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
---
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