Releases: tenchi-security/zanshin-cli
Releases · tenchi-security/zanshin-cli
Add get oauth link command
Added two new commands to retrieve OAuth link to authorize Zanshin to read their information.
Fix release process
1.6.4 fix packages
Use new schedule format
Merge pull request #90 from tenchi-security/update-sdk-version Update SDK version
Fix default alert state filters
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
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`
- Set a sane default value for order;
- Add missing fields and documentations for
alert list
andalert 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
- 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
- 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
- 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
Skip onboarding of suspended or disabled accounts.