Skip to content

Commit

Permalink
chore(deps): update Grype to v0.73.5 (#264)
Browse files Browse the repository at this point in the history
* chore(deps): update Grype to v0.73.5

Signed-off-by: GitHub <[email protected]>

* chore: maxConcurrency set to 1

There seems to be a data race installing grype during the test run, so run only
one test at a time, since the test suite is very fast regardless, and fixing the
data race would take longer.

Signed-off-by: Will Murphy <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Will Murphy <[email protected]>
Co-authored-by: kzantow <[email protected]>
Co-authored-by: Will Murphy <[email protected]>
  • Loading branch information
3 people authored Dec 22, 2023
1 parent 52d017b commit d458919
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GrypeVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.GRYPE_VERSION = "v0.73.4";
exports.GRYPE_VERSION = "v0.73.5";
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/***/ 6244:
/***/ ((__unused_webpack_module, exports) => {

exports.GRYPE_VERSION = "v0.73.4";
exports.GRYPE_VERSION = "v0.73.5";


/***/ }),
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
setupFiles: ["<rootDir>/.jest/setEnvVars.js"],
verbose: true,
maxConcurrency: 1,
};

0 comments on commit d458919

Please sign in to comment.