Skip to content

Commit f3253ca

Browse files
anchore-actions-token-generator[bot]kzantowwillmurphyscode
authored
chore(deps): update Syft to v1.8.0 (#473)
* 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>
1 parent 95b086a commit f3253ca

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

dist/attachReleaseAssets/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/downloadSyft/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runSyftAction/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/SyftVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "v1.5.0";
1+
export const VERSION = "v1.8.0";

tests/integration/__snapshots__/formatExports.test.ts.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
exports[`CycloneDX JSON alpine 1`] = `
44
"{
5-
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
5+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
66
"bomFormat": "CycloneDX",
7-
"specVersion": "1.5",
7+
"specVersion": "1.6",
88
"serialNumber": "redacted",
99
"version": 1,
1010
"metadata": {
@@ -167,9 +167,9 @@ exports[`CycloneDX JSON alpine 1`] = `
167167

168168
exports[`CycloneDX JSON debian 1`] = `
169169
"{
170-
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
170+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
171171
"bomFormat": "CycloneDX",
172-
"specVersion": "1.5",
172+
"specVersion": "1.6",
173173
"serialNumber": "redacted",
174174
"version": 1,
175175
"metadata": {
@@ -855,9 +855,9 @@ exports[`CycloneDX JSON debian 1`] = `
855855

856856
exports[`CycloneDX JSON npm 1`] = `
857857
"{
858-
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
858+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
859859
"bomFormat": "CycloneDX",
860-
"specVersion": "1.5",
860+
"specVersion": "1.6",
861861
"serialNumber": "redacted",
862862
"version": 1,
863863
"metadata": {
@@ -1396,9 +1396,9 @@ exports[`CycloneDX JSON npm 1`] = `
13961396

13971397
exports[`CycloneDX JSON yarn 1`] = `
13981398
"{
1399-
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
1399+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
14001400
"bomFormat": "CycloneDX",
1401-
"specVersion": "1.5",
1401+
"specVersion": "1.6",
14021402
"serialNumber": "redacted",
14031403
"version": 1,
14041404
"metadata": {
@@ -1737,7 +1737,7 @@ exports[`CycloneDX JSON yarn 1`] = `
17371737

17381738
exports[`CycloneDX XML alpine 1`] = `
17391739
"<?xml version="1.0" encoding="UTF-8"?>
1740-
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
1740+
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
17411741
<metadata>
17421742
17431743
<tools>
@@ -1819,7 +1819,7 @@ exports[`CycloneDX XML alpine 1`] = `
18191819

18201820
exports[`CycloneDX XML debian 1`] = `
18211821
"<?xml version="1.0" encoding="UTF-8"?>
1822-
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
1822+
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
18231823
<metadata>
18241824
18251825
<tools>
@@ -2090,7 +2090,7 @@ exports[`CycloneDX XML debian 1`] = `
20902090

20912091
exports[`CycloneDX XML npm 1`] = `
20922092
"<?xml version="1.0" encoding="UTF-8"?>
2093-
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
2093+
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
20942094
<metadata>
20952095
20962096
<tools>
@@ -2313,7 +2313,7 @@ exports[`CycloneDX XML npm 1`] = `
23132313

23142314
exports[`CycloneDX XML yarn 1`] = `
23152315
"<?xml version="1.0" encoding="UTF-8"?>
2316-
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" " version="1">
2316+
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" " version="1">
23172317
<metadata>
23182318
23192319
<tools>

0 commit comments

Comments
 (0)