File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 GITHUB_TOKEN : ${{ github.token }}
2424 run : |
2525 LATEST_VERSION=$(gh release view --json name -q '.name' -R anchore/grype)
26- echo "exports. GRYPE_VERSION = \"$LATEST_VERSION\";" > GrypeVersion.js
26+ echo "export const GRYPE_VERSION = \"$LATEST_VERSION\";" > GrypeVersion.js
2727 # install husky hooks and dependencies:
2828 npm install
2929 npm run build
Original file line number Diff line number Diff line change 1- export const GRYPE_VERSION = "v0.109 .0" ;
1+ export const GRYPE_VERSION = "v0.110 .0" ;
Original file line number Diff line number Diff line change @@ -64671,7 +64671,7 @@ import process4 from "node:process";
6467164671import stream3 from "node:stream";
6467264672
6467364673// GrypeVersion.js
64674- var GRYPE_VERSION = "v0.109 .0";
64674+ var GRYPE_VERSION = "v0.110 .0";
6467564675
6467664676// action.js
6467764677var grypeVersion = getInput("grype-version") || GRYPE_VERSION;
You can’t perform that action at this time.
0 commit comments