You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: multi-repo-attestation/README.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,41 @@
2
2
3
3
Create a scenario where you clone down a 2nd repo, and performs an attestation in that. What git commit is stored in kosli? And if you provide a --commit, are both then stored?
4
4
5
+
## Scenario
6
+
7
+
* Clone down the this repo
8
+
* Attest one artifact
9
+
* Clone down another repo: https://github.com/sofusalbertsen/devbox-demo
10
+
* Attest files from the second repo with two different styles:
11
+
* attest to the trail
12
+
* Attest to the trail AND the HEAD commit from parent repo.
13
+
14
+
Repo looks like this:
15
+
16
+
```Bash
17
+
.
18
+
├── LICENSE
19
+
├── README.md
20
+
├── artifact.txt
21
+
├── devbox-demo # Two files from a different git repo.
0 commit comments