Skip to content

Releases: tenchi-security/zanshin-cli

Add get oauth link command

10 Jun 20:19
0286bf9
Compare
Choose a tag to compare

Added two new commands to retrieve OAuth link to authorize Zanshin to read their information.

Fix release process

23 Apr 21:33
Compare
Choose a tag to compare
1.6.4

fix packages

Use new schedule format

23 Apr 19:25
694b280
Compare
Choose a tag to compare
Merge pull request #90 from tenchi-security/update-sdk-version

Update SDK version

Fix default alert state filters

09 Dec 12:36
be2d59e
Compare
Choose a tag to compare

Remove ACTIVE state from the default state filters, since it is already implied in the other states included as per the API documentation.

Add `debug` global option

06 Dec 12:24
236ae5c
Compare
Choose a tag to compare

Added a new debug global option that sends DEBUG level log entries from the SDK to stderr, so it becomes easier to troubleshoot errors and test new features.

Fixes and improvements to `alert list` and `alert list_following`

30 Nov 11:16
6bba94b
Compare
Choose a tag to compare
  • Set a sane default value for order;
  • Add missing fields and documentations for alert list and alert list_following commands;
  • Update SDK to version 1.5.0 for fixes and updates.
  • Resolves #54 to address issue raised by @kleber-cs by setting a sane default value for the order parameter.

Python 3.11 support

15 Nov 15:33
500e396
Compare
Choose a tag to compare
  • Add support for Python 3.11 in setup.py.
  • Add Python 3.11 to Github Actions test matrix.
  • Update dependencies typer, boto3 and prettytable.
  • Ensure typer optional dependencies are installed.
  • Make execution with no parameters show help.

Search alerts, AWS mass onboard, force-run scan targets

13 Nov 19:43
ff381f4
Compare
Choose a tag to compare
  • Adds search, order sort and timestamp to alert list.
  • Fixes AWS mass onboard of accounts (skips suspended accounts, runs first scan immediately upon onboarding)
  • Fixes force-run on scan targets.

Search in alert list, AWS mass onboarding fixes, force-run fixes

11 Nov 21:02
ff381f4
Compare
Choose a tag to compare
  • Adds search, order sort and timestamp to alert list.
  • Fixes AWS mass onboard of accounts (skips suspended accounts, runs first scan immediately upon onboarding)
  • Fixes force-run on scan targets.

Do not onboard suspended accounts

09 Nov 19:19
0d88f6a
Compare
Choose a tag to compare

Skip onboarding of suspended or disabled accounts.