Skip to content

Commit

Permalink
chore(deps): update Syft to v1.8.0 (#473)
Browse files Browse the repository at this point in the history
* chore(deps): update Syft to v1.8.0

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: bump snapshots to reflect CycloneDX 1.6

Previous snapshots were saved with CycloneDX 1.5, but Syft's default CycloneDX
output is now version 1.6.

Signed-off-by: Will Murphy <will.murphy@anchore.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Will Murphy <will.murphy@anchore.com>
Co-authored-by: kzantow <3009477+kzantow@users.noreply.github.com>
Co-authored-by: Will Murphy <will.murphy@anchore.com>
  • Loading branch information
3 people committed Jul 10, 2024
1 parent 95b086a commit f3253ca
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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 = "v1.5.0";
export const VERSION = "v1.8.0";
24 changes: 12 additions & 12 deletions tests/integration/__snapshots__/formatExports.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

exports[`CycloneDX JSON alpine 1`] = `
"{
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"specVersion": "1.6",
"serialNumber": "redacted",
"version": 1,
"metadata": {
Expand Down Expand Up @@ -167,9 +167,9 @@ exports[`CycloneDX JSON alpine 1`] = `

exports[`CycloneDX JSON debian 1`] = `
"{
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"specVersion": "1.6",
"serialNumber": "redacted",
"version": 1,
"metadata": {
Expand Down Expand Up @@ -855,9 +855,9 @@ exports[`CycloneDX JSON debian 1`] = `

exports[`CycloneDX JSON npm 1`] = `
"{
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"specVersion": "1.6",
"serialNumber": "redacted",
"version": 1,
"metadata": {
Expand Down Expand Up @@ -1396,9 +1396,9 @@ exports[`CycloneDX JSON npm 1`] = `

exports[`CycloneDX JSON yarn 1`] = `
"{
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"specVersion": "1.6",
"serialNumber": "redacted",
"version": 1,
"metadata": {
Expand Down Expand Up @@ -1737,7 +1737,7 @@ exports[`CycloneDX JSON yarn 1`] = `

exports[`CycloneDX XML alpine 1`] = `
"<?xml version="1.0" encoding="UTF-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
<metadata>
<tools>
Expand Down Expand Up @@ -1819,7 +1819,7 @@ exports[`CycloneDX XML alpine 1`] = `

exports[`CycloneDX XML debian 1`] = `
"<?xml version="1.0" encoding="UTF-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
<metadata>
<tools>
Expand Down Expand Up @@ -2090,7 +2090,7 @@ exports[`CycloneDX XML debian 1`] = `

exports[`CycloneDX XML npm 1`] = `
"<?xml version="1.0" encoding="UTF-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
<metadata>
<tools>
Expand Down Expand Up @@ -2313,7 +2313,7 @@ exports[`CycloneDX XML npm 1`] = `

exports[`CycloneDX XML yarn 1`] = `
"<?xml version="1.0" encoding="UTF-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
<metadata>
<tools>
Expand Down

0 comments on commit f3253ca

Please sign in to comment.