Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2024 21:07:58 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 925fa8816dae - main - security/tfsec: Remove expired port
Message-ID:  <202411262107.4AQL7wH0093036@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=925fa8816daecd3b5bdff50ec28f9d4f8de87012

commit 925fa8816daecd3b5bdff50ec28f9d4f8de87012
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-26 21:07:35 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-26 21:07:49 +0000

    security/tfsec: Remove expired port
    
    2024-11-26 security/tfsec: tfsec now is party of security/trivy
---
 MOVED                    |  1 +
 security/Makefile        |  1 -
 security/tfsec/Makefile  | 26 --------------------------
 security/tfsec/distinfo  |  5 -----
 security/tfsec/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index 7263d70a1ebb..9017c922951c 100644
--- a/MOVED
+++ b/MOVED
@@ -3730,3 +3730,4 @@ devel/signal-fts5-extension||2024-11-22|No consumers left in the ports tree
 devel/py-gobject3|devel/py-pygobject|2024-11-22|Use proper upstream package name
 devel/pygobject3-common|devel/pygobject-common|2024-11-22|Match devel/py-pygobject, use proper upstream name
 sysutils/socket||2024-11-25|Removed: it is no longer maintained, and there are better alternative as net/netcat
+security/tfsec|security/trivy|2024-11-26|Has expired: tfsec now is party of security/trivy
diff --git a/security/Makefile b/security/Makefile
index 9ed7adfea2cf..e99d7a1c0880 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1344,7 +1344,6 @@
     SUBDIR += teleport
     SUBDIR += testssl.sh
     SUBDIR += tfhe
-    SUBDIR += tfsec
     SUBDIR += theonionbox
     SUBDIR += tinc
     SUBDIR += tinc-devel
diff --git a/security/tfsec/Makefile b/security/tfsec/Makefile
deleted file mode 100644
index 5238cb4d318a..000000000000
--- a/security/tfsec/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	tfsec
-DISTVERSIONPREFIX=	v
-DISTVERSION=	1.28.11
-PORTREVISION=	1
-CATEGORIES=	security
-
-MAINTAINER=	dutra@FreeBSD.org
-COMMENT=	Security scanner for Terraform
-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
-GO_TARGET=	./cmd/${PORTNAME}
-
-GO_BUILDFLAGS=	-ldflags="version.Version=${DISTVERSION}"
-
-PLIST_FILES=	bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/security/tfsec/distinfo b/security/tfsec/distinfo
deleted file mode 100644
index 9bcd9c2387c6..000000000000
--- a/security/tfsec/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1729533483
-SHA256 (go/security_tfsec/tfsec-v1.28.11/v1.28.11.mod) = 05cdacb300edcca9a559bc353fea50f5a2e4212ef4a98815cc9a7feff7e35a5d
-SIZE (go/security_tfsec/tfsec-v1.28.11/v1.28.11.mod) = 7130
-SHA256 (go/security_tfsec/tfsec-v1.28.11/v1.28.11.zip) = ccf63cf544f4b5537ac20e79dadb93b3ba2f9014ff8a9cdc386021d25a95cf9b
-SIZE (go/security_tfsec/tfsec-v1.28.11/v1.28.11.zip) = 6817737
diff --git a/security/tfsec/pkg-descr b/security/tfsec/pkg-descr
deleted file mode 100644
index 35aeae105b33..000000000000
--- a/security/tfsec/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Tool for static analysis of your terraform code to spot misconfigurations.
-Scan remote and local Terraform modules, support modules outputs formats:
-JSON, SARIF, CSV, CheckStyle, JUnit, text, Gif.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411262107.4AQL7wH0093036>