Skip to content

Commit

Permalink
Update Grype to 0.34.4 to address minor SARIF issue (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow authored Mar 29, 2022
1 parent 8f19134 commit 4a24b5a
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 50 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const fs = __webpack_require__(747);
const stream = __webpack_require__(413);

const grypeBinary = "grype";
const grypeVersion = "0.34.1";
const grypeVersion = "0.34.4";

// Find all 'content-*.json' files in the directory. dirname should include the full path
function findContent(searchDir) {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require("fs");
const stream = require("stream");

const grypeBinary = "grype";
const grypeVersion = "0.34.1";
const grypeVersion = "0.34.4";

// Find all 'content-*.json' files in the directory. dirname should include the full path
function findContent(searchDir) {
Expand Down
Loading

0 comments on commit 4a24b5a

Please sign in to comment.