Command Line Interface (CLI) for bulk processing/loading data into RegScale
Project description
RegScale Command Line Interface (CLI)
This CLI application is for supporting advanced automation and bulk data processing related to the RegScale Compliance Automation Platform. This application is intended to run as a "side car" that be scheduled via CRON job or serverless function to perform sophisticated data processing. The CLI includes multiple libraries for processing data, connecting to RegScale Application Programming Interfaces (APIs), and commercial integrations. This software may be packaged and included in other commercial software to lower the level of effort associated with building RegScale integrations to other commercial tools.
Use Cases
- Sidecar for bulk processing compliance data such as vulnerability scans or continuous monitoring logs
- Ingest of data such as National Institute of Standards and Technology (NIST) Open Security Control Assessment Language (OSCAL)
- Running CRON job to bulk process data
- Processing NIST OSCAL artifacts
- Bulk user management with Active Directory
- Integration with 3rd party scanning tools such as:
- Wiz.io
- Tenable Security
- ITIL ticket creation and processing such as:
- ServiceNow
- Jira
Development Using the CLI
Build and install our new tool in the virtual environment to test locally (NOTE: If on Windows, may use the py
prefix instead of python3
):
python3 setup.py develop
This command build a local instance of the CLI for testing. Run the "About" example to test:
regscale about
WARNING - this site is under construction
The CLI is currently in BETA and planned for version 1.0 General Availability in late Spring or early Summer of 2022.
Packaging and Deploying the CLI
To package for distribution, run the following command (make sure to update the version in setup.py
first):
python3 setup.py sdist bdist_wheel
Publish to PyPi:
twine upload --repository testpypi --skip-existing dist/*
RegScale CLI should now be available at: https://test.pypi.org/project/RegScale-CLI
Using the CLI
Read the Online Docs for More Info on Installing, Configuring, and Using the CLI
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for RegScale_CLI-1.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f36f99e0919d311f208df1c9c4b2aec19b32e9729871c36d9cc8f335f94bfa1 |
|
MD5 | 2f3b2854176309eabbcaf487d96a62c9 |
|
BLAKE2b-256 | 2c919fb69217a48b61ae265c2ec957531d1709018b9ad6f127d30b3eecfad70f |