From cda2e24703906b9bc377cd1a36104f342cfb9b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Iradier?= Date: Thu, 19 May 2022 14:22:01 +0200 Subject: [PATCH] Fix versioning schema in package.json (#22) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d05875d..a2bd279 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secure-inline-scan-action", - "version": "3.0.4", + "version": "3.3.0", "description": "This actions performs image analysis on locally built container image and posts the result of the analysis to Sysdig Secure.", "main": "index.js", "scripts": {