You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed official support for Python 3.5. TrailScraper might still run but we no longer actively test for it
Changed
Moving from DockerHub to GitHub Container registry for Docker images (since DockerHub is dropping support for autobuilds and restricting it in other ways)
Breaking CLI changes: split up generate-policy into select and generate (#38)
Added
New command select to print all CloudTrail records matching a filter to stdout
New command generate to take CloudTrail records from stdin and generate a policy for it
Changed
New command select defaults to not filtering at all whereas generate-policy filtered for recent events by default.
Changed to make filtering more explicit and predictable instead of surprising users who wonder why their events don't show up
Removed
Removed command generate-policy, replaced with select and generate. Use pipes to produce the same behavior: