Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Syft to v0.53.4 #266

Merged
merged 2 commits into from Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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/SyftVersion.ts
@@ -1 +1 @@
export const VERSION = "v0.44.1";
export const VERSION = "v0.53.4";
20 changes: 10 additions & 10 deletions tests/integration/__snapshots__/formatExports.test.ts.snap
Expand Up @@ -478,7 +478,7 @@ exports[`CycloneDX JSON debian 1`] = `
\\"url\\": \\"\\",
\\"hashes\\": [
{
\\"alg\\": \\"sha1\\",
\\"alg\\": \\"SHA-1\\",
\\"content\\": \\"100b566a7dcdb187bf9f14ecd96427cadd535bfe\\"
}
],
Expand Down Expand Up @@ -1873,7 +1873,7 @@ exports[`CycloneDX XML debian 1`] = `
<reference type=\\"build-meta\\">
<url></url>
<hashes>
<hash alg=\\"sha1\\">100b566a7dcdb187bf9f14ecd96427cadd535bfe</hash>
<hash alg=\\"SHA-1\\">100b566a7dcdb187bf9f14ecd96427cadd535bfe</hash>
</hashes>
</reference>
</externalReferences>
Expand Down Expand Up @@ -2362,7 +2362,7 @@ exports[`SPDX JSON alpine 1`] = `
\\"Organization: Anchore, Inc\\",

],
\\"licenseListVersion\\": \\"3.16\\"
\\"licenseListVersion\\": \\"3.17\\"
},
\\"dataLicense\\": \\"CC0-1.0\\",
,
Expand Down Expand Up @@ -2407,7 +2407,7 @@ exports[`SPDX JSON debian 1`] = `
\\"Organization: Anchore, Inc\\",

],
\\"licenseListVersion\\": \\"3.16\\"
\\"licenseListVersion\\": \\"3.17\\"
},
\\"dataLicense\\": \\"CC0-1.0\\",
,
Expand Down Expand Up @@ -2902,7 +2902,7 @@ exports[`SPDX JSON npm 1`] = `
\\"Organization: Anchore, Inc\\",

],
\\"licenseListVersion\\": \\"3.16\\"
\\"licenseListVersion\\": \\"3.17\\"
},
\\"dataLicense\\": \\"CC0-1.0\\",
,
Expand Down Expand Up @@ -3454,7 +3454,7 @@ exports[`SPDX JSON yarn 1`] = `
\\"Organization: Anchore, Inc\\",

],
\\"licenseListVersion\\": \\"3.16\\"
\\"licenseListVersion\\": \\"3.17\\"
},
\\"dataLicense\\": \\"CC0-1.0\\",
,
Expand Down Expand Up @@ -3809,7 +3809,7 @@ DataLicense: CC0-1.0

DocumentName: localhost-5000/match-coverage/alpine-latest

LicenseListVersion: 3.16
LicenseListVersion: 3.17



Expand All @@ -3836,7 +3836,7 @@ DataLicense: CC0-1.0

DocumentName: localhost-5000/match-coverage/debian-latest

LicenseListVersion: 3.16
LicenseListVersion: 3.17



Expand Down Expand Up @@ -3994,7 +3994,7 @@ DataLicense: CC0-1.0

DocumentName: tests/fixtures/npm-project

LicenseListVersion: 3.16
LicenseListVersion: 3.17



Expand Down Expand Up @@ -4226,7 +4226,7 @@ DataLicense: CC0-1.0

DocumentName: tests/fixtures/yarn-project

LicenseListVersion: 3.16
LicenseListVersion: 3.17



Expand Down