Skip to content

Commit

Permalink
Bump iamlive to v0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Aug 17, 2023
1 parent c30b630 commit 136d8f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-iamlive-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
steps:
- uses: marcofranssen/[email protected]
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
Expand Down Expand Up @@ -48,7 +48,7 @@ env:
steps:
- uses: marcofranssen/[email protected]
with:
iamlive-version: v0.50.0
iamlive-version: v0.53.0
auto-capture: true
output-file: iamlive-policy.json
- run: aws s3 ls
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 136d8f2

Please sign in to comment.