Skip to content

Commit 38ade17

Browse files
committed
fix(ScannerIntegrationFunTest): Change repo syntax in result files
Signed-off-by: Jens Keim <[email protected]>
1 parent 29fe28b commit 38ade17

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

scanner/src/funTest/resources/scanner-integration-all-pkgs-expected-ort-result.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
repository:
3-
vcs:
4-
type: ""
5-
url: ""
6-
revision: "da39a3ee5e6b4b0d3255bfef95601890afd80709"
7-
path: ""
8-
vcs_processed:
9-
type: ""
10-
url: ""
11-
revision: "da39a3ee5e6b4b0d3255bfef95601890afd80709"
12-
path: ""
3+
provenance:
4+
vcs_info:
5+
type: ""
6+
url: ""
7+
revision: ""
8+
path: ""
9+
resolved_revision: "da39a3ee5e6b4b0d3255bfef95601890afd80709"
1310
config: {}
1411
analyzer:
1512
start_time: "1970-01-01T00:00:00Z"

scanner/src/funTest/resources/scanner-integration-subset-pkgs-expected-ort-result.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
repository:
3-
vcs:
4-
type: ""
5-
url: ""
6-
revision: "da39a3ee5e6b4b0d3255bfef95601890afd80709"
7-
path: ""
8-
vcs_processed:
9-
type: ""
10-
url: ""
11-
revision: "da39a3ee5e6b4b0d3255bfef95601890afd80709"
12-
path: ""
3+
provenance:
4+
vcs_info:
5+
type: ""
6+
url: ""
7+
revision: ""
8+
path: ""
9+
resolved_revision: "da39a3ee5e6b4b0d3255bfef95601890afd80709"
1310
config: {}
1411
analyzer:
1512
start_time: "1970-01-01T00:00:00Z"

0 commit comments

Comments
 (0)