Skip to content

Commit

Permalink
Update Syft to v0.53.4 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 0f0f981 commit ac5a533
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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/SyftVersion.ts
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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

0 comments on commit ac5a533

Please sign in to comment.