Skip to content

Commit

Permalink
Bump iamlive to v1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Feb 6, 2025
1 parent af0fecd commit 3a066cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: [v1.1.8, v1.1.11]
iamliveVersion: [v1.1.8, v1.1.15]

steps:
- name: Check out code
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.11).
The iamlive version you want to use (defaults to v1.1.15).
required: false
default: v1.1.11
default: v1.1.15
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 3a066cd

Please sign in to comment.