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

Commit dd6759c

Browse files
Enhance script output with additional echo statements for LICENSE and README.md attestations
1 parent f864fbe commit dd6759c

File tree

1 file changed

+2
-0
lines changed
  • multi-repo-attestation

1 file changed

+2
-0
lines changed

multi-repo-attestation/1.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ 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"
2829
kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --commit ${GIT_COMMIT} --repo-root . --attachments LICENSE
30+
echo "kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --attachments README.md"
2931
kosli attest generic --name app.sbom --trail ${GIT_COMMIT} --attachments README.md
3032

3133
kosli get trail -o json ${GIT_COMMIT} > data.json

0 commit comments

Comments
 (0)