From 136d8f2d73379c94b195b6352deb06e9ff4751e8 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Thu, 17 Aug 2023 17:18:53 +0200 Subject: [PATCH] Bump iamlive to v0.53.0 --- .github/workflows/test-iamlive-action.yaml | 2 +- README.md | 4 ++-- action.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-iamlive-action.yaml b/.github/workflows/test-iamlive-action.yaml index e3caac8..6cfda57 100644 --- a/.github/workflows/test-iamlive-action.yaml +++ b/.github/workflows/test-iamlive-action.yaml @@ -50,7 +50,7 @@ jobs: strategy: fail-fast: true matrix: - iamliveVersion: [v0.48.0, v0.49.0] + iamliveVersion: [v0.48.0, v0.49.0, v0.53.0] steps: - name: Check out code diff --git a/README.md b/README.md index c57e9aa..a77d15a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ env: steps: - uses: marcofranssen/setup-iamlive@v0.2.2 with: - iamlive-version: v0.50.0 + iamlive-version: v0.53.0 - run: ./iamlive --background --sort-alphabetical --output-file iamlive-policy.json - run: | aws s3 mb s3://test-bucket @@ -48,7 +48,7 @@ env: steps: - uses: marcofranssen/setup-iamlive@v0.2.2 with: - iamlive-version: v0.50.0 + iamlive-version: v0.53.0 auto-capture: true output-file: iamlive-policy.json - run: aws s3 ls diff --git a/action.yml b/action.yml index a86cae3..bf9e510 100644 --- a/action.yml +++ b/action.yml @@ -7,9 +7,9 @@ author: Marco Franssen inputs: iamlive-version: description: >- - The iamlive version you want to use (defaults to v0.50.0). + The iamlive version you want to use (defaults to v0.53.0). required: false - default: v0.50.0 + default: v0.53.0 auto-capture: description: >- If enabled, iamlive will auto-capture the policy in the given output-file and upload it as artifact.