Skip to main content

Aqua Security cli

Project description

aquasec-cli

Aqua Security CLI

Installation

>>> python -m pip install aquasec-cli

Usage

Help Menu of all Groups:

>>> aquasec-cli --help
Usage: aquasec-cli [OPTIONS] COMMAND [ARGS]...

  AquaSec CLI tool to manage AquaSec Tenant

Options:
  --help  Show this message and exit.

Commands:
  delete   Deletes created API Auth
  init     Initializes API Auth
  reports  Generate CIS Bench Reports

NOTE: Each subcommand has a help menu to assist with the calls being made. This project relies on the yaml or localized configurations being help as they are not passed in the commands as of this release.

Create API Auth Token:

>>> aquasec-cli init --csp_roles="Auditor" --csp_roles="Admin" --endpoints="Any"
Initializing API
INFO    : Created WorkloadAuth Token for URL https://1234abcff1.cloud.aquasec.com

Run Report:

aquasec-cli  reports --report_type kube_bench --report_location /var/tmp
Report completed Saving
Report written out to /var/tmp/aquasec_report_type_kube_bench_20230424T153825.json

Delete API Auth:

>>> aquasec-cli delete                                              
Are you sure you want to delete the auth api token? [y/N]: y
Deleted Auth

Release Info

v0.0.5

  • Updated Readme and changed type from RST to MD
  • Reverted snyk workflow file

v0.0.4

  • fixed issue with broken aquasec-api v0.0.3

v0.0.3

  • Fixed installation and dependencies
  • locked down dependencies
  • added toml and setup.cfg to support furture installations

v0.0.2

  • Bug fix with requirements

Version

Version Build Changes
0.0.2 a1 issues with dataclasses getting installed under normal condition
0.0.2 final tested in pytest and seems to now accept the dataclass
0.0.3 a1 issues with dataclasses and now yaml getting installed under normal condition
0.0.3 a3 migrating to toml and setup.cfg
0.0.3 a4 cleaned up utils and updated snyk to confirm pass locally; added to git ignore
0.0.3 a5 setup.cfg issues wiht pip
0.0.3 final found issue with toml and other dependencies
0.0.4 final fixed issue with aquaapi dependency
0.0.5 a1 fixed readme to point to md file; adjusting snyk
0.0.5 final tested and released

Warnings

Use at your own risk!!!

Security Policy

Supported Versions

Use this section to tell people about which versions of your project are currently being supported with security updates.

Version Supported
0.0.x

Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or declined, etc.

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

aquasec-cli-0.0.5.tar.gz (43.8 kB view hashes)

Uploaded Source

Built Distribution

aquasec_cli-0.0.5-py3-none-any.whl (31.0 kB view hashes)

Uploaded Python 3

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