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
I couldn't get this to work, and I have a hunch it may be because that repository uses branches and doesn't have a linear history:
git-history file iam.db \
policy_sentry/shared/data/iam-definition.json \
--id service --id privilege \
--convert '
data = json.loads(content)
for service, stuff in data.items():
for _, privilege in stuff["privileges"].items():
privilege["service"] = service
yield privilege
' --branch master
Against https://github.com/salesforce/policy_sentry
Originally posted by @simonw in simonw/iam-definitions-datasette#1 (comment)
The text was updated successfully, but these errors were encountered: