diff --git a/README.md b/README.md index 035805b..fc5e201 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It uses the standalone converter excutable from [container-scan-to-sarif](https: ### `converter-version` -**Optional** Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases. Default `"0.2.2"`. +**Optional** Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases. Default `"0.3.0"`. ### `input-file` diff --git a/action.yml b/action.yml index 1b17497..c5348b8 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: converter-version: description: 'Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases' required: false - default: '0.2.2' + default: '0.3.0' input-file: description: 'Path to the input Container Scan report to convert' required: true