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) {