Skip to content

Commit

Permalink
Bump iamlive to v1.1.8 as default version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Mar 7, 2024
1 parent 3671632 commit 5808a27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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.49.0, v0.53.0, v1.1.6]
iamliveVersion: [v0.49.0, v0.53.0, v1.1.8]

steps:
- name: Check out code
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
strategy:
fail-fast: true
matrix:
iamliveVersion: [v0.49.0, v0.53.0, v1.1.6]
iamliveVersion: [v0.49.0, v0.53.0, v1.1.8]

steps:
- name: download-policy
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 v1.1.6).
The iamlive version you want to use (defaults to v1.1.8).
required: false
default: v1.1.6
default: v1.1.8
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 5808a27

Please sign in to comment.