diff --git a/.github/workflows/update-grype-release.yml b/.github/workflows/update-grype-release.yml index 47905b2f..9c786ed3 100644 --- a/.github/workflows/update-grype-release.yml +++ b/.github/workflows/update-grype-release.yml @@ -23,7 +23,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} run: | LATEST_VERSION=$(gh release view --json name -q '.name' -R anchore/grype) - echo "exports.GRYPE_VERSION = \"$LATEST_VERSION\";" > GrypeVersion.js + echo "export const GRYPE_VERSION = \"$LATEST_VERSION\";" > GrypeVersion.js # install husky hooks and dependencies: npm install npm run build diff --git a/GrypeVersion.js b/GrypeVersion.js index 245a01a5..67acfc52 100644 --- a/GrypeVersion.js +++ b/GrypeVersion.js @@ -1 +1 @@ -export const GRYPE_VERSION = "v0.109.0"; +export const GRYPE_VERSION = "v0.110.0"; diff --git a/dist/index.js b/dist/index.js index bc089e8f..8b572129 100644 --- a/dist/index.js +++ b/dist/index.js @@ -64671,7 +64671,7 @@ import process4 from "node:process"; import stream3 from "node:stream"; // GrypeVersion.js -var GRYPE_VERSION = "v0.109.0"; +var GRYPE_VERSION = "v0.110.0"; // action.js var grypeVersion = getInput("grype-version") || GRYPE_VERSION;