pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update wip/py-checkov to 1.0.764



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Feb 7 12:18:10 2021 +0100
Changeset:	79fc9345f3ce90c134abff74c090f64eb2ed8274

Modified Files:
	py-checkov/DESCR
	py-checkov/Makefile
	py-checkov/PLIST
	py-checkov/distinfo

Log Message:
Update wip/py-checkov to 1.0.764

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=79fc9345f3ce90c134abff74c090f64eb2ed8274

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-checkov/DESCR    | 31 +++++++++++++++++++++++--------
 py-checkov/Makefile | 48 +++++++++++++++++++++++++-----------------------
 py-checkov/PLIST    | 15 +++++++++++++++
 py-checkov/distinfo |  8 ++++----
 4 files changed, 67 insertions(+), 35 deletions(-)

diffs:
diff --git a/py-checkov/DESCR b/py-checkov/DESCR
index f5628d5b70..db45c042a9 100644
--- a/py-checkov/DESCR
+++ b/py-checkov/DESCR
@@ -1,8 +1,23 @@
-Checkov is a static code analysis tool for infrastructure-as-code.
-It scans cloud infrastructure provisioned using Terraform,
-Cloudformation, Kubernetes, Serverless or ARM Templates and
-detects security and compliance misconfigurations.
-Checkov also powers Bridgecrew, the developer-first platform
-that codifies and streamlines cloud security throughout the
-development lifecycle. Bridgecrew identifies, fixes, and prevents
-misconfigurations in cloud resources and infrastructure-as-code files
+TODO: Adjust the following lines from README.md
+
+[![checkov](https://raw.githubusercontent.com/bridgecrewio/checkov/master/docs/web/images/checkov_by_bridgecrew.png)](#)
+
+[![Maintained by Bridgecrew.io](https://img.shields.io/badge/maintained%20by-bridgecrew.io-blueviolet)](https://bridgecrew.io/?utm_source=github&utm_medium=organic_oss&utm_campaign=checkov)
+[![build status](https://github.com/bridgecrewio/checkov/workflows/build/badge.svg)](https://github.com/bridgecrewio/checkov/actions?query=workflow%3Abuild)
+[![security status](https://github.com/bridgecrewio/checkov/workflows/security/badge.svg)](https://github.com/bridgecrewio/checkov/actions?query=event%3Apush+branch%3Amaster+workflow%3Asecurity)
+[![code_coverage](https://raw.githubusercontent.com/bridgecrewio/checkov/master/coverage.svg?sanitize=true)](https://github.com/bridgecrewio/checkov/actions?query=workflow%3Acoverage)
+[![docs](https://img.shields.io/badge/docs-passing-brightgreen)](https://www.checkov.io/documentation?utm_source=github&utm_medium=organic_oss&utm_campaign=checkov)
+[![PyPI](https://img.shields.io/pypi/v/checkov)](https://pypi.org/project/checkov/)
+[![Python Version](https://img.shields.io/github/pipenv/locked/python-version/bridgecrewio/checkov)](#)
+[![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.12.0-blue.svg)](#)
+[![Downloads](https://pepy.tech/badge/checkov)](https://pepy.tech/project/checkov)
+[![slack-community](https://slack.bridgecrew.io/badge.svg)](https://slack.bridgecrew.io/?utm_source=github&utm_medium=organic_oss&utm_campaign=checkov)
+
+
+**Checkov** is a static code analysis tool for infrastructure-as-code.
+
+It scans cloud infrastructure provisioned using [Terraform](https://terraform.io/), [Cloudformation](https://aws.amazon.com/cloudformation/), [Kubernetes](https://kubernetes.io/), [Serverless](https://www.serverless.com/) or [ARM Templates](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview) and detects security and compliance misconfigurations.
+
+
+Checkov also powers [**Bridgecrew**](https://bridgecrew.io/?utm_source=github&utm_medium=organic_oss&utm_campaign=checkov), the developer-first platform that codifies and streamlines cloud security throughout the development lifecycle. Bridgecrew identifies, fixes, and prevents misconfigurations in cloud resources and infrastructure-as-code files.
+...
diff --git a/py-checkov/Makefile b/py-checkov/Makefile
index 986543b7c0..6569b94900 100644
--- a/py-checkov/Makefile
+++ b/py-checkov/Makefile
@@ -1,37 +1,39 @@
 # $NetBSD$
 
-DISTNAME=	checkov-1.0.722
+DISTNAME=	checkov-1.0.764
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGVERSION=	3
 CATEGORIES=	devel python
+PKGVERSION=	4
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/checkov/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/bridgecrewio/checkov
+HOMEPAGE=	https://github.com/bridgecrewio/checkovp
 COMMENT=	Infrastructure as code static analysis
 LICENSE=	apache-2.0
 
-BUILD_DEPENDS+=		${PYPKGPREFIX}-test>=5.3.1:../../devel/py-test
-BUILD_DEPENDS+=		${PYPKGPREFIX}-coverage>=5.3:../../devel/py-coverage
-BUILD_DEPENDS+=		${PYPKGPREFIX}-coverage-badge>=1.0.1:../../wip/py-coverage-badge
+PYTHON_VERSIONS_INCOMPATIBLE+=	36
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=5.3.1:../../devel/py-test
+BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage>=5.3:../../devel/py-coverage
+BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage-badge>=1.0.1:../../wip/py-coverage-badge
 BUILD_DEPENDS+=	${PYPKGPREFIX}-py-pipenv-setup>=3.1.1:../../wip/py-pipenv-setup
-BUILD_DEPENDS+=		${PYPKGPREFIX}-bandit>=1.7.0:../../wip/py-bandit
-DEPENDS+=		${PYPKGPREFIX}-bc-python-hcl2>=0.3.12:../../wip/py-bc-python-hcl2
-DEPENDS+=		${PYPKGPREFIX}-deep-merge>=0.0.4:../../wip/py-deep-merge
-DEPENDS+=		${PYPKGPREFIX}-tabulate>=0.8.6:../../textproc/py-tabulate
-DEPENDS+=		${PYPKGPREFIX}-colorama>=0.4.3:../../comms/py-colorama
-DEPENDS+=		${PYPKGPREFIX}-termcolor>=1.1.0:../../devel/py-termcolor
-DEPENDS+=		${PYPKGPREFIX}-junit-xml>=1.9:../../wip/py-junit-xml
-DEPENDS+=		${PYPKGPREFIX}-dpath>=1.5.0:../../wip/py-dpath
-DEPENDS+=		${PYPKGPREFIX}-yaml>=5.1.3:../../textproc/py-yaml
-DEPENDS+=		${PYPKGPREFIX}-boto3>=1.12.43:../../net/py-boto3
-DEPENDS+=		${PYPKGPREFIX}-gitpython>=3.1.7:../../devel/py-gitpython
-DEPENDS+=		${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
-DEPENDS+=		${PYPKGPREFIX}-jmespath>=0.10.0:../../textproc/py-jmespath
-DEPENDS+=		${PYPKGPREFIX}-tqdm>=4.49.0:../../misc/py-tqdm
-DEPENDS+=		${PYPKGPREFIX}-update-checker-[0-9]*:../../wip/py-update-checker
-DEPENDS+=		${PYPKGPREFIX}-semantic_version>=2.8.5:../../devel/py-semantic_version
-DEPENDS+=		${PYPKGPREFIX}-packaging>=19.2:../../devel/py-packaging
+BUILD_DEPENDS+=	${PYPKGPREFIX}-bandit>=1.7.0:../../wip/py-bandit
+DEPENDS+=	${PYPKGPREFIX}-bc-python-hcl2>=0.3.12:../../wip/py-bc-python-hcl2
+DEPENDS+=	${PYPKGPREFIX}-deep-merge>=0.0.4:../../wip/py-deep-merge
+DEPENDS+=	${PYPKGPREFIX}-tabulate>=0.8.6:../../textproc/py-tabulate
+DEPENDS+=	${PYPKGPREFIX}-colorama>=0.4.3:../../comms/py-colorama
+DEPENDS+=	${PYPKGPREFIX}-termcolor>=1.1.0:../../devel/py-termcolor
+DEPENDS+=	${PYPKGPREFIX}-junit-xml>=1.9:../../wip/py-junit-xml
+DEPENDS+=	${PYPKGPREFIX}-dpath>=1.5.0:../../wip/py-dpath
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.1.3:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-boto3>=1.12.43:../../net/py-boto3
+DEPENDS+=	${PYPKGPREFIX}-gitpython>=3.1.7:../../devel/py-gitpython
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-jmespath>=0.10.0:../../textproc/py-jmespath
+DEPENDS+=	${PYPKGPREFIX}-tqdm>=4.49.0:../../misc/py-tqdm
+DEPENDS+=	${PYPKGPREFIX}-update-checker-[0-9]*:../../wip/py-update-checker
+DEPENDS+=	${PYPKGPREFIX}-semantic_version>=2.8.5:../../devel/py-semantic_version
+DEPENDS+=	${PYPKGPREFIX}-packaging>=19.2:../../devel/py-packaging
 
 post-extract:
 	${MV} ${WRKSRC}/bin/checkov ${WRKSRC}/bin/checkov${PYVERSSUFFIX}
diff --git a/py-checkov/PLIST b/py-checkov/PLIST
index add13bbb9f..db13893a5f 100644
--- a/py-checkov/PLIST
+++ b/py-checkov/PLIST
@@ -248,6 +248,12 @@ ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EBSEncryption.pyo
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EBSSnapshotEncryption.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EBSSnapshotEncryption.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EBSSnapshotEncryption.pyo
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EC2Credentials.py
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EC2Credentials.pyc
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EC2Credentials.pyo
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EC2PublicIP.py
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EC2PublicIP.pyc
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/EC2PublicIP.pyo
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/ECRImageScanning.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/ECRImageScanning.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/ECRImageScanning.pyo
@@ -410,6 +416,9 @@ ${PYSITELIB}/checkov/common/__init__.pyo
 ${PYSITELIB}/checkov/common/bridgecrew/__init__.py
 ${PYSITELIB}/checkov/common/bridgecrew/__init__.pyc
 ${PYSITELIB}/checkov/common/bridgecrew/__init__.pyo
+${PYSITELIB}/checkov/common/bridgecrew/ci_variables.py
+${PYSITELIB}/checkov/common/bridgecrew/ci_variables.pyc
+${PYSITELIB}/checkov/common/bridgecrew/ci_variables.pyo
 ${PYSITELIB}/checkov/common/bridgecrew/integration_features/__init__.py
 ${PYSITELIB}/checkov/common/bridgecrew/integration_features/__init__.pyc
 ${PYSITELIB}/checkov/common/bridgecrew/integration_features/__init__.pyo
@@ -902,6 +911,9 @@ ${PYSITELIB}/checkov/terraform/checks/resource/aws/APIGatewayXray.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/AbsSecurityGroupUnrestrictedIngress.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/AbsSecurityGroupUnrestrictedIngress.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/AbsSecurityGroupUnrestrictedIngress.pyo
+${PYSITELIB}/checkov/terraform/checks/resource/aws/AppLoadBalancerTLS12.py
+${PYSITELIB}/checkov/terraform/checks/resource/aws/AppLoadBalancerTLS12.pyc
+${PYSITELIB}/checkov/terraform/checks/resource/aws/AppLoadBalancerTLS12.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/AthenaDatabaseEncryption.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/AthenaDatabaseEncryption.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/AthenaDatabaseEncryption.pyo
@@ -1631,6 +1643,9 @@ ${PYSITELIB}/checkov/terraform/module_loading/registry.pyo
 ${PYSITELIB}/checkov/terraform/parser.py
 ${PYSITELIB}/checkov/terraform/parser.pyc
 ${PYSITELIB}/checkov/terraform/parser.pyo
+${PYSITELIB}/checkov/terraform/parser_var_blocks.py
+${PYSITELIB}/checkov/terraform/parser_var_blocks.pyc
+${PYSITELIB}/checkov/terraform/parser_var_blocks.pyo
 ${PYSITELIB}/checkov/terraform/plan_parser.py
 ${PYSITELIB}/checkov/terraform/plan_parser.pyc
 ${PYSITELIB}/checkov/terraform/plan_parser.pyo
diff --git a/py-checkov/distinfo b/py-checkov/distinfo
index 0ec5479f03..98a2146087 100644
--- a/py-checkov/distinfo
+++ b/py-checkov/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (checkov-1.0.722.tar.gz) = 34ae117afe99df34dba59039382e97d3c28f765b
-RMD160 (checkov-1.0.722.tar.gz) = 00dee99dd8d2e550d37926e87e2bd04ff7d8bc99
-SHA512 (checkov-1.0.722.tar.gz) = bacfaee166718cd3ce58d811d1625388be79d439ddd3038d45745db4c7ebae367950b372eb83e8a85ccd099e3783977628adbb47d70fb5a6fee76d2a40249cd0
-Size (checkov-1.0.722.tar.gz) = 166706 bytes
+SHA1 (checkov-1.0.764.tar.gz) = 005f8e692de4b5876f5d9f88b556bfe9e00fb5e1
+RMD160 (checkov-1.0.764.tar.gz) = 4f6beae5725efd55749febad8c9ac7f01ce5ffc6
+SHA512 (checkov-1.0.764.tar.gz) = ccca5420749b66429969c7583e12d481de9ff5e94a662ec3a2ce89f641a4131d6d446a0bd099887695249854992c016423124dfd32b6b2939bc11e5241a7f3b4
+Size (checkov-1.0.764.tar.gz) = 169787 bytes
 SHA1 (patch-setup.py) = c72c8a8c498e1a90c0969ba0e403c7030eb5ee26


Home | Main Index | Thread Index | Old Index