Skip to content

Commit 74f781f

Browse files
committed
test: update snapshots
1 parent 2bd11ce commit 74f781f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

internal/output/__snapshots__/markdowntable_test.snap

+6-6
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@
159159
[TestPrintMarkdownTableResults_WithVulnerabilities/multiple_sources_with_a_mixed_count_of_grouped_packages,_and_multiple_vulnerabilities - 1]
160160
| OSV URL | CVSS | Ecosystem | Package | Version | Source |
161161
| --- | --- | --- | --- | --- | --- |
162+
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
162163
| https://osv.dev/OSV-1 | | npm | mine1 (dev) | 1.2.3 | path/to/my/first/lockfile |
163164
| https://osv.dev/OSV-5 | | npm | mine1 (dev) | 1.2.3 | path/to/my/first/lockfile |
164-
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
165165
| https://osv.dev/OSV-2 | | npm | mine2 (dev) | 3.2.5 | path/to/my/second/lockfile |
166166
| https://osv.dev/OSV-3 | | npm | mine3 | 0.4.1 | path/to/my/second/lockfile |
167167
| https://osv.dev/OSV-5 | | npm | mine3 | 0.4.1 | path/to/my/second/lockfile |
@@ -171,9 +171,9 @@
171171
[TestPrintMarkdownTableResults_WithVulnerabilities/multiple_sources_with_a_mixed_count_of_packages,_and_multiple_vulnerabilities - 1]
172172
| OSV URL | CVSS | Ecosystem | Package | Version | Source |
173173
| --- | --- | --- | --- | --- | --- |
174+
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
174175
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.3 | path/to/my/first/lockfile |
175176
| https://osv.dev/OSV-5 | | npm | mine1 | 1.2.3 | path/to/my/first/lockfile |
176-
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
177177
| https://osv.dev/OSV-2 | | npm | mine2 | 3.2.5 | path/to/my/second/lockfile |
178178
| https://osv.dev/OSV-3 | | npm | mine3 | 0.4.1 | path/to/my/second/lockfile |
179179
| https://osv.dev/OSV-5 | | npm | mine3 | 0.4.1 | path/to/my/second/lockfile |
@@ -196,23 +196,23 @@
196196
[TestPrintMarkdownTableResults_WithVulnerabilities/multiple_sources_with_a_mixed_count_of_packages_across_ecosystems,_and_multiple_vulnerabilities - 1]
197197
| OSV URL | CVSS | Ecosystem | Package | Version | Source |
198198
| --- | --- | --- | --- | --- | --- |
199+
| https://osv.dev/OSV-2 | | NuGet | mine2 | 3.2.5 | path/to/my/second/lockfile |
199200
| https://osv.dev/OSV-1 | | Packagist | author1/mine1 | 1.2.3 | path/to/my/first/lockfile |
200201
| https://osv.dev/OSV-5 | | Packagist | author1/mine1 | 1.2.3 | path/to/my/first/lockfile |
201-
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
202-
| https://osv.dev/OSV-2 | | NuGet | mine2 | 3.2.5 | path/to/my/second/lockfile |
203202
| https://osv.dev/OSV-3 | | Packagist | author3/mine3 | 0.4.1 | path/to/my/second/lockfile |
204203
| https://osv.dev/OSV-5 | | Packagist | author3/mine3 | 0.4.1 | path/to/my/second/lockfile |
204+
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
205205

206206
---
207207

208208
[TestPrintMarkdownTableResults_WithVulnerabilities/multiple_sources_with_a_mixed_count_of_packages_across_ecosystems,_and_multiple_vulnerabilities,_but_some_uncalled - 1]
209209
| OSV URL | CVSS | Ecosystem | Package | Version | Source |
210210
| --- | --- | --- | --- | --- | --- |
211-
| https://osv.dev/OSV-5 | | Packagist | author1/mine1 | 1.2.3 | path/to/my/first/lockfile |
212-
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
213211
| https://osv.dev/OSV-2 | | NuGet | mine2 | 3.2.5 | path/to/my/second/lockfile |
212+
| https://osv.dev/OSV-5 | | Packagist | author1/mine1 | 1.2.3 | path/to/my/first/lockfile |
214213
| https://osv.dev/OSV-3 | | Packagist | author3/mine3 | 0.4.1 | path/to/my/second/lockfile |
215214
| https://osv.dev/OSV-5 | | Packagist | author3/mine3 | 0.4.1 | path/to/my/second/lockfile |
215+
| https://osv.dev/OSV-1 | | npm | mine1 | 1.2.2 | path/to/my/first/lockfile |
216216
| Uncalled vulnerabilities | | | | | |
217217
| https://osv.dev/OSV-1 | | Packagist | author1/mine1 | 1.2.3 | path/to/my/first/lockfile |
218218

0 commit comments

Comments
 (0)