From 3c947f31798e0e3e9fa2bf18282aeb57a1a4aaa5 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 11 Feb 2021 10:14:46 -0500 Subject: [PATCH] bump grype to 0.7.0 Signed-off-by: Alfredo Deza --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index fc7d9340..f9673c57 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11,7 +11,7 @@ const { exec } = __webpack_require__(514); const fs = __webpack_require__(747); const grypeBinary = 'grype' -const grypeVersion = '0.6.1' +const grypeVersion = '0.7.0' // sarif code function convert_severity_to_acs_level(input_severity, severity_cutoff_param) { diff --git a/index.js b/index.js index 3bf3995f..87cb1849 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const { exec } = require('@actions/exec'); const fs = require('fs'); const grypeBinary = 'grype' -const grypeVersion = '0.6.1' +const grypeVersion = '0.7.0' // sarif code function convert_severity_to_acs_level(input_severity, severity_cutoff_param) {