Skip to content

Commit

Permalink
chore(test): update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: anchore-actions <[email protected]>
  • Loading branch information
anchore-actions committed Dec 22, 2023
1 parent 3eb72d7 commit 4febfd2
Showing 1 changed file with 68 additions and 48 deletions.
116 changes: 68 additions & 48 deletions tests/integration/__snapshots__/formatExports.test.ts.snap
Original file line number Diff line number Diff line change
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 4febfd2

Please sign in to comment.