From ce4a7cf05d7b684693d7b6bba97bfbee56806edb Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Fri, 4 Mar 2022 11:20:36 -0500 Subject: [PATCH] Bump Syft to 0.40.1 (#206) --- dist/attachReleaseAssets/index.js | 2 +- dist/downloadSyft/index.js | 2 +- dist/runSyftAction/index.js | 2 +- src/github/SyftGithubAction.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/attachReleaseAssets/index.js b/dist/attachReleaseAssets/index.js index 31d75807..0fca1b1a 100644 --- a/dist/attachReleaseAssets/index.js +++ b/dist/attachReleaseAssets/index.js @@ -19020,7 +19020,7 @@ const path_1 = __importDefault(__nccwpck_require__(1017)); const stream_1 = __importDefault(__nccwpck_require__(2781)); const GithubClient_1 = __nccwpck_require__(8552); exports.SYFT_BINARY_NAME = "syft"; -exports.SYFT_VERSION = "v0.40.0"; +exports.SYFT_VERSION = "v0.40.1"; const PRIOR_ARTIFACT_ENV_VAR = "ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT"; /** * Tries to get a unique artifact name or otherwise as appropriate as possible diff --git a/dist/downloadSyft/index.js b/dist/downloadSyft/index.js index 53690f7a..31646552 100644 --- a/dist/downloadSyft/index.js +++ b/dist/downloadSyft/index.js @@ -19064,7 +19064,7 @@ const path_1 = __importDefault(__nccwpck_require__(1017)); const stream_1 = __importDefault(__nccwpck_require__(2781)); const GithubClient_1 = __nccwpck_require__(8552); exports.SYFT_BINARY_NAME = "syft"; -exports.SYFT_VERSION = "v0.40.0"; +exports.SYFT_VERSION = "v0.40.1"; const PRIOR_ARTIFACT_ENV_VAR = "ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT"; /** * Tries to get a unique artifact name or otherwise as appropriate as possible diff --git a/dist/runSyftAction/index.js b/dist/runSyftAction/index.js index 5fcd4564..ab3d1bd7 100644 --- a/dist/runSyftAction/index.js +++ b/dist/runSyftAction/index.js @@ -19020,7 +19020,7 @@ const path_1 = __importDefault(__nccwpck_require__(1017)); const stream_1 = __importDefault(__nccwpck_require__(2781)); const GithubClient_1 = __nccwpck_require__(8552); exports.SYFT_BINARY_NAME = "syft"; -exports.SYFT_VERSION = "v0.40.0"; +exports.SYFT_VERSION = "v0.40.1"; const PRIOR_ARTIFACT_ENV_VAR = "ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT"; /** * Tries to get a unique artifact name or otherwise as appropriate as possible diff --git a/src/github/SyftGithubAction.ts b/src/github/SyftGithubAction.ts index da1804df..f56e9480 100644 --- a/src/github/SyftGithubAction.ts +++ b/src/github/SyftGithubAction.ts @@ -15,7 +15,7 @@ import { SyftOptions } from "../Syft"; import { dashWrap, debugLog, getClient } from "./GithubClient"; export const SYFT_BINARY_NAME = "syft"; -export const SYFT_VERSION = "v0.40.0"; +export const SYFT_VERSION = "v0.40.1"; const PRIOR_ARTIFACT_ENV_VAR = "ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT";