Date: Sat, 26 Oct 2024 03:47:31 GMT From: "Gabriel M. Dutra" <dutra@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fcd5a6214c85 - main - security/tfsec: Deprecate and set expiration date to 2024-11-26 Message-ID: <202410260347.49Q3lVwD041281@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcd5a6214c854b08a571e05f2abe17862e4ead89 commit fcd5a6214c854b08a571e05f2abe17862e4ead89 Author: Gabriel M. Dutra <dutra@FreeBSD.org> AuthorDate: 2024-10-26 03:41:41 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-10-26 03:46:13 +0000 security/tfsec: Deprecate and set expiration date to 2024-11-26 tfsec now is party of security/trivy Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> --- security/tfsec/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/tfsec/Makefile b/security/tfsec/Makefile index bf8599ddb84a..20a3511a18e7 100644 --- a/security/tfsec/Makefile +++ b/security/tfsec/Makefile @@ -10,6 +10,9 @@ WWW= https://aquasecurity.github.io/tfsec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= tfsec now is party of security/trivy +EXPIRATION_DATE=2024-11-26 + USES= go:1.22,modules GO_MODULE= github.com/aquasecurity/tfsec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410260347.49Q3lVwD041281>