Skip to content

Commit

Permalink
bump grype to 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@anchore.com>
  • Loading branch information
Alfredo Deza authored and alfredodeza committed Feb 11, 2021
1 parent cd81755 commit 3c947f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 3c947f3

Please sign in to comment.