Skip to content

Commit 0ca889e

Browse files
kzantowgithub-actions[bot]
authored andcommitted
chore(deps): update Grype to v0.110.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2898213 commit 0ca889e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GrypeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const GRYPE_VERSION = "v0.109.0";
1+
exports.GRYPE_VERSION = "v0.110.0";

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64671,10 +64671,10 @@ import process4 from "node:process";
6467164671
import stream3 from "node:stream";
6467264672

6467364673
// GrypeVersion.js
64674-
var GRYPE_VERSION = "v0.109.0";
64674+
exports.GRYPE_VERSION = "v0.110.0";
6467564675

6467664676
// action.js
64677-
var grypeVersion = getInput("grype-version") || GRYPE_VERSION;
64677+
var grypeVersion = getInput("grype-version") || void 0;
6467864678
var grypeExecutableName = isWindows() ? "grype.exe" : "grype";
6467964679
async function downloadGrypeWindowsWorkaround(version3) {
6468064680
const versionNoV = version3.replace(/^v/, "");

0 commit comments

Comments
 (0)