Skip to content

Commit

Permalink
chore(deps): update Syft to v0.99.0 (#432)
Browse files Browse the repository at this point in the history
* chore(deps): update Syft to v0.99.0

Signed-off-by: GitHub <noreply@github.com>

* chore(test): update snapshots

Signed-off-by: anchore-actions <anchore-actions@users.noreply.github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: anchore-actions <anchore-actions@users.noreply.github.com>
Co-authored-by: willmurphyscode <willmurphyscode@users.noreply.github.com>
Co-authored-by: anchore-actions <anchore-actions@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 22, 2023
1 parent b05b28b commit 7191336
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 52 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
@@ -1 +1 @@
export const VERSION = "v0.98.0";
export const VERSION = "v0.99.0";
116 changes: 68 additions & 48 deletions tests/integration/__snapshots__/formatExports.test.ts.snap
Expand Up @@ -9,13 +9,16 @@ exports[`CycloneDX JSON alpine 1`] = `
"version": 1,
"metadata": {
"timestamp": "redacted",
"tools": [
{
"vendor": "anchore",
"name": "syft",
"version": "redacted"
}
],
"tools": {
"components": [
{
"type": "application",
"author": "anchore",
"name": "syft",
"version": "redacted"
}
]
},
"component": {
"bom-ref": "redacted",
"type": "container",
Expand Down Expand Up @@ -170,13 +173,16 @@ exports[`CycloneDX JSON debian 1`] = `
"version": 1,
"metadata": {
"timestamp": "redacted",
"tools": [
{
"vendor": "anchore",
"name": "syft",
"version": "redacted"
}
],
"tools": {
"components": [
{
"type": "application",
"author": "anchore",
"name": "syft",
"version": "redacted"
}
]
},
"component": {
"bom-ref": "redacted",
"type": "container",
Expand Down Expand Up @@ -854,13 +860,16 @@ exports[`CycloneDX JSON npm 1`] = `
"version": 1,
"metadata": {
"timestamp": "redacted",
"tools": [
{
"vendor": "anchore",
"name": "syft",
"version": "redacted"
}
],
"tools": {
"components": [
{
"type": "application",
"author": "anchore",
"name": "syft",
"version": "redacted"
}
]
},
"component": {
"bom-ref": "redacted",
"type": "file",
Expand Down Expand Up @@ -1392,13 +1401,16 @@ exports[`CycloneDX JSON yarn 1`] = `
"version": 1,
"metadata": {
"timestamp": "redacted",
"tools": [
{
"vendor": "anchore",
"name": "syft",
"version": "redacted"
}
],
"tools": {
"components": [
{
"type": "application",
"author": "anchore",
"name": "syft",
"version": "redacted"
}
]
},
"component": {
"bom-ref": "redacted",
"type": "file",
Expand Down Expand Up @@ -1699,11 +1711,13 @@ exports[`CycloneDX XML alpine 1`] = `
<metadata>
<tools>
<tool>
<vendor>anchore</vendor>
<name>syft</name>
</tool>
<components>
<component type="application">
<author>anchore</author>
<name>syft</name>
</component>
</components>
</tools>
<component type="container">
<name>localhost:5000/match-coverage/alpine</name>
Expand Down Expand Up @@ -1779,11 +1793,13 @@ exports[`CycloneDX XML debian 1`] = `
<metadata>
<tools>
<tool>
<vendor>anchore</vendor>
<name>syft</name>
</tool>
<components>
<component type="application">
<author>anchore</author>
<name>syft</name>
</component>
</components>
</tools>
<component type="container">
<name>localhost:5000/match-coverage/debian</name>
Expand Down Expand Up @@ -2048,11 +2064,13 @@ exports[`CycloneDX XML npm 1`] = `
<metadata>
<tools>
<tool>
<vendor>anchore</vendor>
<name>syft</name>
</tool>
<components>
<component type="application">
<author>anchore</author>
<name>syft</name>
</component>
</components>
</tools>
<component type="file">
<name>tests/fixtures/npm-project</name>
Expand Down Expand Up @@ -2269,11 +2287,13 @@ exports[`CycloneDX XML yarn 1`] = `
<metadata>
<tools>
<tool>
<vendor>anchore</vendor>
<name>syft</name>
</tool>
<components>
<component type="application">
<author>anchore</author>
<name>syft</name>
</component>
</components>
</tools>
<component type="file">
<name>tests/fixtures/yarn-project</name>
Expand Down

0 comments on commit 7191336

Please sign in to comment.