Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Grype to 0.22.0 #121

Merged
merged 10 commits into from Sep 30, 2021
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -12,7 +12,7 @@ const fs = __webpack_require__(747);
const stream = __webpack_require__(413);

const grypeBinary = "grype";
const grypeVersion = "0.17.0";
const grypeVersion = "0.19.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 @@ -5,7 +5,7 @@ const fs = require("fs");
const stream = require("stream");

const grypeBinary = "grype";
const grypeVersion = "0.17.0";
const grypeVersion = "0.19.0";

// sarif code
function convert_severity_to_acs_level(input_severity, severity_cutoff_param) {
Expand Down