You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adapt action to support JSON V1 format
* Bump CLI to 1.22.3
* Update docs and minimum version to 1.18.0
* Bump to version 6.0.0
* Update documentation to use @v6 instead of @v5
|`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/). ||
12
12
|`mode`| Mode of operation. Can be "vm" or "iac". |`vm`|
13
-
|`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`|
13
+
|`cli-scanner-version`| Custom sysdig-cli-scanner version to download. Minimum required version is 1.18.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.3`|
14
14
|`registry-user`| Registry username to authenticate to while pulling the image to scan. ||
15
15
|`registry-password`| Registry password to authenticate to while pulling the image to scan. ||
16
16
|`stop-on-failed-policy-eval`| Fail the job if the Policy Evaluation is Failed. ||
@@ -64,7 +64,7 @@ You need to assign an ID to the Sysdig Scan Action step, like:
64
64
65
65
- name: Scan image
66
66
id: scan
67
-
uses: sysdiglabs/scan-action@v5
67
+
uses: sysdiglabs/scan-action@v6
68
68
with:
69
69
...
70
70
```
@@ -95,8 +95,7 @@ The `if: success() || failure()` option makes sure the SARIF report is uploaded
0 commit comments