Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/docs/guides/dagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ title: Use Dagger With Chainloop

Daggerized version of [Chainloop](https://docs.chainloop.dev) that can be used to attest and collect pieces of evidence from your [Dagger](https://dagger.io/) pipelines.

<iframe width="100%" height="500"
src="https://www.youtube.com/embed/s-ZtU8PvNmk"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
</iframe>

## Prerequisites


- This module requires existing familiarity with Chainloop and its attestation process. Please refer to [this guide](https://docs.chainloop.dev/getting-started/attestation-crafting) to learn more.
- You need a `token` (aka workflow robot account) [previously generated](https://docs.chainloop.dev/getting-started/workflow-definition#robot-account-creation) by your Chainloop administrator.

Expand Down
11 changes: 10 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,16 @@ ${content.replaceAll("./img/fanout.png", "/img/fanout.png")}`,
title: Use Dagger With Chainloop
---

${content}
${content.replaceAll(
"## Prerequisites",
`<iframe width="100%" height="500"
src="https://www.youtube.com/embed/s-ZtU8PvNmk"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
</iframe>

## Prerequisites
`
)}
`,
};
}
Expand Down