checkmate5 4.0.68__tar.gz → 4.0.69__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {checkmate5-4.0.68/checkmate5.egg-info → checkmate5-4.0.69}/PKG-INFO +1 -1
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/helpers.py +1 -1
- {checkmate5-4.0.68 → checkmate5-4.0.69/checkmate5.egg-info}/PKG-INFO +1 -1
- {checkmate5-4.0.68 → checkmate5-4.0.69}/pyproject.toml +1 -1
- {checkmate5-4.0.68 → checkmate5-4.0.69}/setup.py +1 -1
- {checkmate5-4.0.68 → checkmate5-4.0.69}/CHANGELOG.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/LICENSE.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/MANIFEST.in +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/README.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/__main__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/all/gptanalyzer/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/text4shell/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/text4shell/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/text4shell/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/text4shell/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/commands/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/commands/analyze.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/commands/base.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/commands/diff.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/commands/init.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/commands/update_stats.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/hooks/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/hooks/project.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/lib/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/lib/repository.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/lib/repository_pygit2.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/models.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/gostaticcheck/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/kubescape/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/kubescape/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/kubescape/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/kubescape/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/tfsec/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/tfsec/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/tfsec/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/tfsec/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/semgrepjava/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/semgrepjava/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/javascript/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/javascript/semgrepeslint/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/javascript/semgrepeslint/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/javascript/semgrepeslint/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/perl/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/perl/graudit/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/perl/graudit/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/perl/graudit/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/perl/graudit/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/python/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/python/bandit/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/python/bandit/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/python/bandit/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/python/bandit/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/ruby/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/ruby/brakeman/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/ruby/brakeman/analyzer.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/ruby/brakeman/issues_data.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/ruby/brakeman/setup.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/helpers/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/helpers/facts.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/helpers/hashing.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/helpers/issue.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/helpers/settings.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/analysis/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/analysis/base.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/code/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/code/environment.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/models.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/stats/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/stats/helpers.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/lib/stats/mapreduce.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/alembic.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/analyze.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/analyzers.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/base.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/compare.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/export.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/info.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/init.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/issues.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/props/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/props/delete.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/props/get.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/props/set.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/reset.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/shell.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/snapshots.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/stats.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/summary.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/sync.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/trend.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/commands/watch.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/management/decorators.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/scripts/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/scripts/manage.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/settings/__init__.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/settings/base.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/settings/defaults.py +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate5.egg-info/SOURCES.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate5.egg-info/dependency_links.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate5.egg-info/entry_points.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate5.egg-info/requires.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate5.egg-info/top_level.txt +0 -0
- {checkmate5-4.0.68 → checkmate5-4.0.69}/setup.cfg +0 -0
|
@@ -83,7 +83,7 @@ def get_project_and_backend(path, settings, echo=False, initialize_db=True):
|
|
|
83
83
|
def get_backend(project_path, project_config, settings, echo=False, initialize_db=True):
|
|
84
84
|
"""Return the appropriate backend instance based on the project configuration and settings."""
|
|
85
85
|
backend_config = project_config.get('backend', {})
|
|
86
|
-
backend_type = backend_config.get('
|
|
86
|
+
backend_type = backend_config.get('driver')
|
|
87
87
|
connection_string = backend_config.get('connection_string', None)
|
|
88
88
|
|
|
89
89
|
if backend_type == "sql":
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/text4shell/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/text4shell/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/cve/text4shell/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/commands/update_stats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/git/lib/repository_pygit2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/iac/kubescape/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/semgrepjava/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/perl/graudit/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/python/bandit/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.68 → checkmate5-4.0.69}/checkmate/contrib/plugins/ruby/brakeman/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|