From a5afbb185c4d9799c758f05e496032af75ae9128 Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:24:16 -0400 Subject: [PATCH] chore(deps): update Syft to v1.0.1 (#444) --- dist/attachReleaseAssets/index.js | 2 +- dist/downloadSyft/index.js | 2 +- dist/runSyftAction/index.js | 2 +- src/SyftVersion.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/attachReleaseAssets/index.js b/dist/attachReleaseAssets/index.js index a4b4c0c0..1a2d10d0 100644 --- a/dist/attachReleaseAssets/index.js +++ b/dist/attachReleaseAssets/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.105.0"; +exports.VERSION = "v1.0.1"; /***/ }), diff --git a/dist/downloadSyft/index.js b/dist/downloadSyft/index.js index f64314d2..084e91cd 100644 --- a/dist/downloadSyft/index.js +++ b/dist/downloadSyft/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.105.0"; +exports.VERSION = "v1.0.1"; /***/ }), diff --git a/dist/runSyftAction/index.js b/dist/runSyftAction/index.js index 6d8aa6f3..9c7591a8 100644 --- a/dist/runSyftAction/index.js +++ b/dist/runSyftAction/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v0.105.0"; +exports.VERSION = "v1.0.1"; /***/ }), diff --git a/src/SyftVersion.ts b/src/SyftVersion.ts index 15a9db05..e307cde6 100644 --- a/src/SyftVersion.ts +++ b/src/SyftVersion.ts @@ -1 +1 @@ -export const VERSION = "v0.105.0"; +export const VERSION = "v1.0.1";