Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 32d1ed3

Browse files
Reorder attest commands for clarity in 1.sh
1 parent b42cd2a commit 32d1ed3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • multi-repo-attestation

multi-repo-attestation/1.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ tree -L 4
2525
cd devbox-demo
2626
echo "Current directory: $(pwd)"
2727
echo "Attesting devbox-demo repository"
28-
echo "kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --commit ${GIT_COMMIT} --repo-root . --attachments LICENSE"
29-
kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --commit ${GIT_COMMIT} --repo-root . --attachments LICENSE
28+
3029
echo "kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --attachments README.md"
3130
kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --attachments README.md
3231

32+
echo "kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --commit ${GIT_COMMIT} --repo-root . --attachments LICENSE"
33+
kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --commit ${GIT_COMMIT} --repo-root . --attachments LICENSE
34+
3335
kosli get trail -o json ${GIT_COMMIT} > data.json

0 commit comments

Comments
 (0)