Skip to content

Commit 4398cde

Browse files
authored
chore: actually change to 1.22.1 (#76)
1 parent ba3b4c7 commit 4398cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This action performs analysis on a specific container image and posts the result
1111
|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
1212
| `cli-scanner-url` | URL to `sysdig-cli-scanner` binary download. The action will detect the runner OS and architecture. For more info about the Sysdig CLI Scanner download visit [the official documentation](https://docs.sysdig.com/en/docs/installation/sysdig-secure/install-vulnerability-cli-scanner/). | |
1313
| `mode` | Mode of operation. Can be "vm" or "iac". | `vm` |
14-
| `cli-scanner-version` | Custom sysdig-cli-scanner version to download. If using iac mode, minimum required version is 1.9.0. Please note that for VM mode the Action has only been tested with the current default version and it is not guaranteed that it will work as expected with other versions. | `1.18.0` |
14+
| `cli-scanner-version` | Custom sysdig-cli-scanner version to download. If using iac mode, minimum required version is 1.9.0. Please note that for VM mode the Action has only been tested with the current default version and it is not guaranteed that it will work as expected with other versions. | `1.22.1` |
1515
| `registry-user` | Registry username to authenticate to while pulling the image to scan. | |
1616
| `registry-password` | Registry password to authenticate to while pulling the image to scan. | |
1717
| `stop-on-failed-policy-eval` | Fail the job if the Policy Evaluation is Failed. | |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
required: false
77
cli-scanner-version:
88
description: Custom sysdig-cli-scanner version to download
9-
default: "1.18.0"
9+
default: "1.22.1"
1010
required: false
1111
registry-user:
1212
description: Registry username.

0 commit comments

Comments
 (0)