diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-02-20 08:07:23 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-02-20 08:26:19 +0200 |
commit | 7a518af5831e0d25fd905c701f2a08b53fc66498 (patch) | |
tree | aa9d006c4cf21cb7c9b601f37c303623bf764c36 /security/rubygem-gitlab-secret_detection | |
parent | security/py-zxcvbn: update to 4.5.0 (diff) |
www/gitlab: new ports required for 17.9
Diffstat (limited to 'security/rubygem-gitlab-secret_detection')
-rw-r--r-- | security/rubygem-gitlab-secret_detection/Makefile | 24 | ||||
-rw-r--r-- | security/rubygem-gitlab-secret_detection/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-gitlab-secret_detection/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/security/rubygem-gitlab-secret_detection/Makefile b/security/rubygem-gitlab-secret_detection/Makefile new file mode 100644 index 000000000000..a9d99adeb37f --- /dev/null +++ b/security/rubygem-gitlab-secret_detection/Makefile @@ -0,0 +1,24 @@ +PORTNAME= gitlab-secret_detection +PORTVERSION= 0.19.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Secret detector for Gitlab +WWW= https://gitlab.com/gitlab-org/security-products/secret-detection/secret-detection-service + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-grpc>=1.63<2:net/rubygem-grpc \ + rubygem-grpc_reflection>=0.1<1:net/rubygem-grpc_reflection \ + rubygem-grpc-tools>=1.63<2:net/rubygem-grpc-tools \ + rubygem-parallel>=1<2:sysutils/rubygem-parallel \ + rubygem-re2>=2.7<3:devel/rubygem-re2 \ + rubygem-toml-rb>=2.2<3:www/rubygem-toml-rb + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-gitlab-secret_detection/distinfo b/security/rubygem-gitlab-secret_detection/distinfo new file mode 100644 index 000000000000..27b64bf16172 --- /dev/null +++ b/security/rubygem-gitlab-secret_detection/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1739968743 +SHA256 (rubygem/gitlab-secret_detection-0.19.1.gem) = f70b9f245c0569270d8a7e4b88035d5a55fb057dfd9604f9dabb2e11f660edb3 +SIZE (rubygem/gitlab-secret_detection-0.19.1.gem) = 39424 diff --git a/security/rubygem-gitlab-secret_detection/pkg-descr b/security/rubygem-gitlab-secret_detection/pkg-descr new file mode 100644 index 000000000000..107ec43dffd9 --- /dev/null +++ b/security/rubygem-gitlab-secret_detection/pkg-descr @@ -0,0 +1,5 @@ +Secret Detection service is primarily responsible for detecting secrets in the +given input payloads with RPC methods as the communication interface served via +gRPC. +This service will initially be invoked by Rails monolith when performing access +checks for Git Push event, and eventually extended for the other usecases too. |