Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 06:42
· 9 commits to main since this release

Breaking changes

CLI now uses connector name directly and we dropped scan command.

# previously to scan google
assetloom-app-scanner scan --key sa.json --impersonate admin@example.com

# from 0.2.0
assetloom-app-scanner google --key sa.json --impersonate admin@example.com
# other connectors, not implemented yet
assetloom-app-scanner entra
assetloom-app-scanner okta

Full Changelog: v0.1.2...v0.2.0