Skip to main content

Code for processing report from Thoth components.

Project description

This library called thoth-report-processing is used in project Thoth to process all outputs provided by Thoth Components and stored using thoth-storages library.

Installation and Usage

The library can be installed via pip or Pipenv from PyPI:

pipenv install thoth-report-processing

The library does not provide any CLI, it is rather a low level library supporting other parts of Thoth.

Reports Processing

The reports to be processed can be retrieved in two ways:

  • locally, providing a path.

  • Using Ceph S3 providing the following environment variables:

    THOTH_CEPH_KEY_ID=<ceph_key_id>
    THOTH_CEPH_SECRET_KEY=<ceph_key_id>
    THOTH_S3_ENDPOINT_URL=<s3_endpoint_url>
    THOTH_CEPH_HOST=<ceph_host>
    THOTH_CEPH_BUCKET=<ceph_bucket>
    THOTH_CEPH_BUCKET_PREFIX=<ceph_bucket_prefix>
    THOTH_DEPLOYMENT_NAMR=<deployment_name>

see currently available adapters from thoth-storages here.

Security Indicators

Aggregating Security Indicators using local path:

from thoth.report_processing.components.security import SecurityIndicatorsBandit, SecurityIndicatorsCloc
from thoth.report_processing.components.security import SecurityIndicatorsAggregator

_SI_BANDIT_FOLDER_PATH =<>
_SI_CLOC_FOLDER_PATH =<>

security_aggregator = SecurityIndicatorsAggregator()

si_bandit_report = SecurityIndicatorsBandit.aggregate_security_indicator_bandit_results(
   security_indicator_bandit_repo_path=_SI_BANDIT_FOLDER_PATH, is_local=True
)[0]

si_cloc_report = SecurityIndicatorsCloc.aggregate_security_indicator_cloc_results(
   security_indicator_cloc_repo_path=_SI_CLOC_FOLDER_PATH, is_local=True
)[0]

aggregated_json = security_aggregator.create_si_aggregated_json(
   si_bandit_report=si_bandit_report, si_cloc_report=si_cloc_report
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thoth-report-processing-0.6.0.tar.gz (85.9 kB view details)

Uploaded Source

Built Distribution

thoth_report_processing-0.6.0-py3-none-any.whl (45.5 kB view details)

Uploaded Python 3

File details

Details for the file thoth-report-processing-0.6.0.tar.gz.

File metadata

  • Download URL: thoth-report-processing-0.6.0.tar.gz
  • Upload date:
  • Size: 85.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for thoth-report-processing-0.6.0.tar.gz
Algorithm Hash digest
SHA256 38294ccc8eb1139d8bf7bc7f03978ad655c4405c2fe4703bf49cd938f3eae6da
MD5 f0d48752dfa7cff79a719f0e3f69ca6c
BLAKE2b-256 443d1d4df208ac9eb2deee947f8b7fda938339b71f345214c087b763c1295427

See more details on using hashes here.

File details

Details for the file thoth_report_processing-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: thoth_report_processing-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 45.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for thoth_report_processing-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7d267afb92ed47076eadde3dcbe9b46e90c7b57585e94aeb3c1e083733912241
MD5 2d3a2dd64dd54a68fb98e34296b332c4
BLAKE2b-256 eaae1a88c2d2038348ae2be1b27a0f875b2d5a6bbf6627436742404afab2747e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page