Skip to content

Commit

Permalink
Update grype to 0.17.0 (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Aug 26, 2021
1 parent 3bdd19c commit ef95973
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.16.0";
const grypeVersion = "0.17.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.16.0";
const grypeVersion = "0.17.0";

// sarif code
function convert_severity_to_acs_level(input_severity, severity_cutoff_param) {
Expand Down
24 changes: 12 additions & 12 deletions tests/__snapshots__/sarif_output.test.js.snap
Expand Up @@ -817,7 +817,7 @@ Object {
],
"tool": Object {
"driver": Object {
"dottedQuadFileVersion": "0.16.0.0",
"dottedQuadFileVersion": "0.17.0.0",
"fullName": "Anchore Container Vulnerability Report (T0)",
"name": "Anchore Container Vulnerability Report (T0)",
"rules": Array [
Expand Down Expand Up @@ -1322,8 +1322,8 @@ Link: [CVE-2020-25708](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25
},
},
],
"semanticVersion": "0.16.0",
"version": "0.16.0",
"semanticVersion": "0.17.0",
"version": "0.17.0",
},
},
},
Expand Down Expand Up @@ -1549,7 +1549,7 @@ Object {
],
"tool": Object {
"driver": Object {
"dottedQuadFileVersion": "0.16.0.0",
"dottedQuadFileVersion": "0.17.0.0",
"fullName": "Anchore Container Vulnerability Report (T0)",
"name": "Anchore Container Vulnerability Report (T0)",
"rules": Array [
Expand Down Expand Up @@ -1679,8 +1679,8 @@ Link: [GHSA-pq64-v7f5-gqh8](https://github.com/advisories/GHSA-pq64-v7f5-gqh8)",
},
},
],
"semanticVersion": "0.16.0",
"version": "0.16.0",
"semanticVersion": "0.17.0",
"version": "0.17.0",
},
},
},
Expand Down Expand Up @@ -1786,7 +1786,7 @@ Object {
],
"tool": Object {
"driver": Object {
"dottedQuadFileVersion": "0.16.0.0",
"dottedQuadFileVersion": "0.17.0.0",
"fullName": "Anchore Container Vulnerability Report (T0)",
"name": "Anchore Container Vulnerability Report (T0)",
"rules": Array [
Expand Down Expand Up @@ -1841,8 +1841,8 @@ Link: [GHSA-r628-mhmh-qjhw](https://github.com/advisories/GHSA-r628-mhmh-qjhw)",
},
},
],
"semanticVersion": "0.16.0",
"version": "0.16.0",
"semanticVersion": "0.17.0",
"version": "0.17.0",
},
},
},
Expand Down Expand Up @@ -1908,7 +1908,7 @@ Object {
],
"tool": Object {
"driver": Object {
"dottedQuadFileVersion": "0.16.0.0",
"dottedQuadFileVersion": "0.17.0.0",
"fullName": "Anchore Container Vulnerability Report (T0)",
"name": "Anchore Container Vulnerability Report (T0)",
"rules": Array [
Expand Down Expand Up @@ -1938,8 +1938,8 @@ Link: [GHSA-w5p7-h5w8-2hfq](https://github.com/advisories/GHSA-w5p7-h5w8-2hfq)",
},
},
],
"semanticVersion": "0.16.0",
"version": "0.16.0",
"semanticVersion": "0.17.0",
"version": "0.17.0",
},
},
},
Expand Down

0 comments on commit ef95973

Please sign in to comment.