From 9d95c709c751f61e2aaa27337ab06a791897a09d Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Fri, 5 Nov 2021 23:26:42 +0100 Subject: [PATCH] Prepare version bump: 0.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7d921..54033d1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You may want to use the following Action in your Workflows: [rm3l/container-scan uses: rm3l/container-scan-to-sarif-action@v1 if: ${{ always() }} with: - converter-version: 0.3.0 + converter-version: 0.4.0 input-file: ${{ steps.scan.outputs.scan-report-path }} - name: Upload SARIF reports to GitHub Security tab