File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- export const GRYPE_VERSION = "v0.109 .0" ;
1+ exports . GRYPE_VERSION = "v0.110 .0" ;
Original file line number Diff line number Diff line change @@ -64671,10 +64671,10 @@ import process4 from "node:process";
6467164671import 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 ;
6467864678var grypeExecutableName = isWindows() ? "grype.exe" : "grype";
6467964679async function downloadGrypeWindowsWorkaround(version3) {
6468064680 const versionNoV = version3.replace(/^v/, "");
You can’t perform that action at this time.
0 commit comments