diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-11-15 16:38:29 +0000 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-11-15 16:39:49 +0000 |
| commit | 00d8e612f47c363bd383b66d782e0a3605f34453 (patch) | |
| tree | 5e9362605d9ccaacd954954d7a85e464babbc09e /devel/gitlab-runner/Makefile | |
| parent | 6d9b7f145a6e9638039d91fc03fb79045b3b4dda (diff) | |
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
Diffstat (limited to 'devel/gitlab-runner/Makefile')
| -rw-r--r-- | devel/gitlab-runner/Makefile | 5 |
1 files 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 |
