- Dependency Update: Updated to c7n 0.9.48
- JMESPath Error: Fixed c7n_left usage to resolve JMESPath errors
- GitHub Actions: Bumped GitHub Actions dependencies and migrated to SHA pinning over tags for improved security
- Build System: Migrated from poetry to uv for dependency management
- Requirements: Added requirements.txt file for Dependabot tracking
- Dependency Update: Updated to c7n 0.9.48
- Updated codecov-cli version
- Cleaned up justfile, removing unused targets
- Updated codecov-cli version
- Cleaned up justfile, removing unused targets
- Dependency Update: Updated c7n to 0.9.44
- Updated tools and their versions
- Dependency Update: Updated c7n-left to 0.3.28
- Debug Flag: Added global debug flag to suppress traceback unless -d/--debug is specified
- Cleaned up dependency version for c7n-left
- CI Environment Support: Added support for grabbing CI information from the environment
- Metadata Handling: Added error handling for lack of metadata
- Updated c7n-left dependency versions
- Moved global options to CLI only
- Dependency Pinning: Explicit pin of upstream c7n-left version
- Updated to latest sigstore action
- Project Name Parameter: Fixed project name parameter for run command
- Updated c7n-left and other dependencies
- Auto-Authentication: Added auto-auth support with project or organization credentials
- Credential Management: Added support for revoking project and organization credentials
- Default Policy Collections: Added support for is_default flag on policy collections
- Critical Severity: Added support for critical severity level
- Backend Output: Fixed issue where sinistral backend output doesn't override run CLI output selections
- Case-Sensitive Severity: Fixed case-sensitive severity handling
- Severity Regex: Fixed policy severity regex
- Added Python 3.11 support to CI
- Project & Organization Auth: Added project and organization authentication flow
- Local Policy Execution: Added support for local policy execution
- Run Command: Added run command for policy execution
- Scan Upload: Fixed support for scan upload with array resource type policy
- Policy Severity: Allowed lowercase policy severity
- Improved CLI command interface
- Updated c7n-left dependencies
- Added client generator from OpenAPI spec
- SSO Login: Added SSO login support
- Basic Commands: Initial CLI commands for Sinistral platform interaction
- Initial repository setup