pkgsrc-WIP-changes archive

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

Update py-checkov: up to 1.0.712



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Jan 21 14:54:29 2021 +0100
Changeset:	c5a4ca58bff01cea7d4c0736ee7aac5943543bab

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

Log Message:
Update py-checkov: up to 1.0.712

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

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

diffstat:
 py-checkov/DESCR    | 24 +++++++++++++++++++++-
 py-checkov/Makefile | 45 +++++++++++++++++++++---------------------
 py-checkov/PLIST    | 57 ++++++++++++++++++++++++++++-------------------------
 py-checkov/distinfo |  8 ++++----
 4 files changed, 80 insertions(+), 54 deletions(-)

diffs:
diff --git a/py-checkov/DESCR b/py-checkov/DESCR
index 181772dd5d..3892f8f349 100644
--- a/py-checkov/DESCR
+++ b/py-checkov/DESCR
@@ -1 +1,23 @@
-Checkov is a static code analysis tool for infrastructure-as-code.
+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 788a8f8f62..0eca9bce91 100644
--- a/py-checkov/Makefile
+++ b/py-checkov/Makefile
@@ -1,8 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	checkov-1.0.703
+DISTNAME=	checkov-1.0.712
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
+PKGVERSION=	2
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/checkov/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
@@ -10,27 +11,27 @@ HOMEPAGE=	https://github.com/bridgecrewio/checkov
 COMMENT=	Infrastructure as code static analysis
 LICENSE=	apache-2.0
 
-BUILD_DEPENDS+=		${PYPKGPREFIX}-test>=5.3.10:../../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}-bandit>=1.7.0:../../wip/py-bandit
-BUILD_DEPENDS+=		${PYPKGPREFIX}-py-pipenv-setup>=3.1.1:../../wip/py-pipenv-setup
-DEPENDS+=		${PYPKGPREFIX}-bc-python-hcl2>=0.3.1:../../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:../../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}-test>=5.3.10:../../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
 
 post-extract:
 	${MV} ${WRKSRC}/bin/checkov ${WRKSRC}/bin/checkov${PYVERSSUFFIX}
diff --git a/py-checkov/PLIST b/py-checkov/PLIST
index de98a5fc4d..064ea346fb 100644
--- a/py-checkov/PLIST
+++ b/py-checkov/PLIST
@@ -44,9 +44,9 @@ ${PYSITELIB}/checkov/arm/checks/AppServiceClientCertificate.pyo
 ${PYSITELIB}/checkov/arm/checks/AppServiceHTTPSOnly.py
 ${PYSITELIB}/checkov/arm/checks/AppServiceHTTPSOnly.pyc
 ${PYSITELIB}/checkov/arm/checks/AppServiceHTTPSOnly.pyo
-${PYSITELIB}/checkov/arm/checks/AppServiceHttps20Enabled.py
-${PYSITELIB}/checkov/arm/checks/AppServiceHttps20Enabled.pyc
-${PYSITELIB}/checkov/arm/checks/AppServiceHttps20Enabled.pyo
+${PYSITELIB}/checkov/arm/checks/AppServiceHttps${PKGVERSION}0Enabled.py
+${PYSITELIB}/checkov/arm/checks/AppServiceHttps${PKGVERSION}0Enabled.pyc
+${PYSITELIB}/checkov/arm/checks/AppServiceHttps${PKGVERSION}0Enabled.pyo
 ${PYSITELIB}/checkov/arm/checks/AppServiceIdentity.py
 ${PYSITELIB}/checkov/arm/checks/AppServiceIdentity.pyc
 ${PYSITELIB}/checkov/arm/checks/AppServiceIdentity.pyo
@@ -188,9 +188,9 @@ ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayAccessLogging.
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayAuthorization.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayAuthorization.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayAuthorization.pyo
-${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayV2AccessLogging.py
-${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayV2AccessLogging.pyc
-${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayV2AccessLogging.pyo
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayV${PKGVERSION}AccessLogging.py
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayV${PKGVERSION}AccessLogging.pyc
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayV${PKGVERSION}AccessLogging.pyo
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayXray.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayXray.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/APIGatewayXray.pyo
@@ -218,6 +218,9 @@ ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/CloudtrailLogValidation.
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/CloudtrailMultiRegion.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/CloudtrailMultiRegion.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/CloudtrailMultiRegion.pyo
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/CodeBuildProjectEncryption.py
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/CodeBuildProjectEncryption.pyc
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/CodeBuildProjectEncryption.pyo
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/DAXEncryption.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/DAXEncryption.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/DAXEncryption.pyo
@@ -347,9 +350,9 @@ ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SQSQueueEncryption.pyo
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupRuleDescription.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupRuleDescription.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupRuleDescription.pyo
-${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress22.py
-${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress22.pyc
-${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress22.pyo
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress${PKGVERSION}${PKGVERSION}.py
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress${PKGVERSION}${PKGVERSION}.pyc
+${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress${PKGVERSION}${PKGVERSION}.pyo
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress3389.py
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress3389.pyc
 ${PYSITELIB}/checkov/cloudformation/checks/resource/aws/SecurityGroupUnrestrictedIngress3389.pyo
@@ -914,12 +917,12 @@ ${PYSITELIB}/checkov/terraform/checks/resource/aws/DynamodbRecovery.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/EBSEncryption.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/EBSEncryption.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/EBSEncryption.pyo
-${PYSITELIB}/checkov/terraform/checks/resource/aws/EC2Credentials.py
-${PYSITELIB}/checkov/terraform/checks/resource/aws/EC2Credentials.pyc
-${PYSITELIB}/checkov/terraform/checks/resource/aws/EC2Credentials.pyo
-${PYSITELIB}/checkov/terraform/checks/resource/aws/EC2PublicIP.py
-${PYSITELIB}/checkov/terraform/checks/resource/aws/EC2PublicIP.pyc
-${PYSITELIB}/checkov/terraform/checks/resource/aws/EC2PublicIP.pyo
+${PYSITELIB}/checkov/terraform/checks/resource/aws/EC${PKGVERSION}Credentials.py
+${PYSITELIB}/checkov/terraform/checks/resource/aws/EC${PKGVERSION}Credentials.pyc
+${PYSITELIB}/checkov/terraform/checks/resource/aws/EC${PKGVERSION}Credentials.pyo
+${PYSITELIB}/checkov/terraform/checks/resource/aws/EC${PKGVERSION}PublicIP.py
+${PYSITELIB}/checkov/terraform/checks/resource/aws/EC${PKGVERSION}PublicIP.pyc
+${PYSITELIB}/checkov/terraform/checks/resource/aws/EC${PKGVERSION}PublicIP.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ECRImageScanning.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ECRImageScanning.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ECRImageScanning.pyo
@@ -956,9 +959,9 @@ ${PYSITELIB}/checkov/terraform/checks/resource/aws/EKSSecretsEncryption.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBAccessLogs.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBAccessLogs.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBAccessLogs.pyo
-${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBv2AccessLogs.py
-${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBv2AccessLogs.pyc
-${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBv2AccessLogs.pyo
+${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBv${PKGVERSION}AccessLogs.py
+${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBv${PKGVERSION}AccessLogs.pyc
+${PYSITELIB}/checkov/terraform/checks/resource/aws/ELBv${PKGVERSION}AccessLogs.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ElasticacheReplicationGroupEncryptionAtRest.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ElasticacheReplicationGroupEncryptionAtRest.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/ElasticacheReplicationGroupEncryptionAtRest.pyo
@@ -1127,9 +1130,9 @@ ${PYSITELIB}/checkov/terraform/checks/resource/aws/SagemakerNotebookEncryption.p
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupRuleDescription.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupRuleDescription.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupRuleDescription.pyo
-${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress22.py
-${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress22.pyc
-${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress22.pyo
+${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress${PKGVERSION}${PKGVERSION}.py
+${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress${PKGVERSION}${PKGVERSION}.pyc
+${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress${PKGVERSION}${PKGVERSION}.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress3389.py
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress3389.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/aws/SecurityGroupUnrestrictedIngress3389.pyo
@@ -1163,9 +1166,9 @@ ${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceAuthentication.py
 ${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHTTPSOnly.py
 ${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHTTPSOnly.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHTTPSOnly.pyo
-${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHttps20Enabled.py
-${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHttps20Enabled.pyc
-${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHttps20Enabled.pyo
+${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHttps${PKGVERSION}0Enabled.py
+${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHttps${PKGVERSION}0Enabled.pyc
+${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceHttps${PKGVERSION}0Enabled.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceMinTLSVersion.py
 ${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceMinTLSVersion.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/azure/AppServiceMinTLSVersion.pyo
@@ -1415,9 +1418,9 @@ ${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeDiskEncryption.p
 ${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeExternalIP.py
 ${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeExternalIP.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeExternalIP.pyo
-${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress22.py
-${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress22.pyc
-${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress22.pyo
+${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress${PKGVERSION}${PKGVERSION}.py
+${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress${PKGVERSION}${PKGVERSION}.pyc
+${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress${PKGVERSION}${PKGVERSION}.pyo
 ${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress3389.py
 ${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress3389.pyc
 ${PYSITELIB}/checkov/terraform/checks/resource/gcp/GoogleComputeFirewallUnrestrictedIngress3389.pyo
diff --git a/py-checkov/distinfo b/py-checkov/distinfo
index fe143bb044..1d0ece3b9d 100644
--- a/py-checkov/distinfo
+++ b/py-checkov/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (checkov-1.0.703.tar.gz) = 0b4a54df7ddece7930cd7b593c65eda6a41e2471
-RMD160 (checkov-1.0.703.tar.gz) = 1b29ad908de82ff899a2eb41b20efc8fbf64b6aa
-SHA512 (checkov-1.0.703.tar.gz) = 5ca59f0cbe4719ee7f8fe4bba6e388f808a3c0bfe67bb795a9bbf60b73f2296a3aebc81c22d8897ce5487425979543a79737578de13615e16b03af571456d4c8
-Size (checkov-1.0.703.tar.gz) = 157841 bytes
+SHA1 (checkov-1.0.712.tar.gz) = a3c5403fdfac248811d961412c066777f03050bf
+RMD160 (checkov-1.0.712.tar.gz) = 06ed1645b7f071d6ad296d7fa2501dca0efe682c
+SHA512 (checkov-1.0.712.tar.gz) = c8e991272b491596f1931a5073a94caef01322f3de2d7fed5a8c8ece25abfff229ae19454d2c3e0355cc4d7077d2694ec88702a2941be031406addddb9b435be
+Size (checkov-1.0.712.tar.gz) = 158224 bytes
 SHA1 (patch-setup.py) = c72c8a8c498e1a90c0969ba0e403c7030eb5ee26


Home | Main Index | Thread Index | Old Index