From d97640b9b4a0c46ce8f9f0ed070d2d645f7bad14 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Fri, 22 Apr 2022 23:29:57 +0200 Subject: [PATCH] Bump container-scan-to-sarif default version to 0.7.1 --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a33e1d..7fd32e7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It uses the standalone converter executable 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.6.0"`. +**Optional** Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases. Default `"0.7.1"`. ### `input-file` diff --git a/action.yml b/action.yml index eb8cfb4..da81c82 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.6.0' + default: '0.7.1' input-file: description: 'Path to the input Container Scan report to convert' required: true