From 50d74fe9322e67186d6cf9c6aeb64e7dc0831adf Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Wed, 13 Jul 2022 19:54:46 +0200 Subject: [PATCH] Initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe7858f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# IAM Live action + +This Github action allows to capture the used AWS IAM permissions using client-side monitoring (CSM). This action wraps [iamlive][] to allow easy integration in your workflows. + +[iamlive]: https://github.com/iann0036/iamlive "Generate an IAM policy from AWS calls using client-side monitoring (CSM) or embedded proxy"