Skip to content

Commit

Permalink
update SYFT VERSION to 26 (#111)
Browse files Browse the repository at this point in the history
* update SYFT VERSION

Signed-off-by: Christopher Angelo Phillips <[email protected]>

* update snapshot

Signed-off-by: Christopher Angelo Phillips <[email protected]>
  • Loading branch information
spiffcs authored Oct 18, 2021
1 parent 1ea52ea commit 15f6b27
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/attachReleaseAssets/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/downloadSyft/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/runSyftAction/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/github/SyftGithubAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0";
export const SYFT_VERSION = "v0.26.0";

const PRIOR_ARTIFACT_ENV_VAR = "ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT";

Expand Down
8 changes: 4 additions & 4 deletions tests/integration/__snapshots__/snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`SPDX alpine 1`] = `
##### Package: libvncserver
Creator: Organization: Anchore, Inc
Creator: Tool: syft-0.25.0
Creator: Tool: syft-0.26.0
DataLicense: CC0-1.0
DocumentName: localhost:5000/match-coverage/alpine:latest
DocumentNamespace: https://anchore.com/syft/image/localhost:5000/match-coverage/alpine:latest
Expand Down Expand Up @@ -50,7 +50,7 @@ exports[`SPDX debian 1`] = `
##### Package: joda-time
##### Package: npm
Creator: Organization: Anchore, Inc
Creator: Tool: syft-0.25.0
Creator: Tool: syft-0.26.0
DataLicense: CC0-1.0
DocumentName: localhost:5000/match-coverage/debian:latest
DocumentNamespace: https://anchore.com/syft/image/localhost:5000/match-coverage/debian:latest
Expand Down Expand Up @@ -235,7 +235,7 @@ exports[`SPDX npm 1`] = `
##### Package: tar
##### Package: yallist
Creator: Organization: Anchore, Inc
Creator: Tool: syft-0.25.0
Creator: Tool: syft-0.26.0
DataLicense: CC0-1.0
DocumentNamespace: https://anchore.com/syft/image/
ExternalRef: PACKAGE_MANAGER purl pkg:npm/[email protected]
Expand Down Expand Up @@ -445,7 +445,7 @@ exports[`SPDX yarn 1`] = `
##### Package: react-is
##### Package: trim
Creator: Organization: Anchore, Inc
Creator: Tool: syft-0.25.0
Creator: Tool: syft-0.26.0
DataLicense: CC0-1.0
DocumentNamespace: https://anchore.com/syft/image/
ExternalRef: PACKAGE_MANAGER purl pkg:npm/[email protected]
Expand Down

0 comments on commit 15f6b27

Please sign in to comment.