Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Aug 28, 2024
1 parent d8626f3 commit 9bc9f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/02/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ dagger -m github.com/shykes/daggerverse/wolfi@v0.1.3 call container file --help
```bash
dagger -m github.com/shykes/daggerverse/wolfi@v0.1.3 call container file --path=/etc/os-release contents
```
{{% /details %}}
{{% /details %}}
3 changes: 2 additions & 1 deletion content/en/docs/04/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ But there is more: Dagger allows you to reuse Dagger Functions developed by othe

So let's visit the [Daggerverse](https://daggerverse.dev) and explore it a bit.
Here we find hundreds of ready to use Dagger Modules - and each one of them extends Dagger with one or more additional Functions!
We can also navigate to the (Git) repositories and inspect the source code of each published Module.
We can also navigate to the (Git) repositories and inspect the source code of each published Module.

{{% alert title="Note" color="primary" %}}
As Dagger Functions can call other functions across languages, the language a Module is written in doesn't matter!
Expand All @@ -21,6 +21,7 @@ Let's search for [Trivy](https://trivy.dev/), a very popular open-source vulnera
At the time of writing, a search for `trivy` reveals six Modules (+1 just containing examples) -
which leaves us with six different solutions to one problem :)


### Task {{% param sectionnumber %}}.1: Install a Module from Daggerverse

For our task, we chose the [github.com/sagikazarmark/daggerverse/trivy](https://daggerverse.dev/mod/github.com/sagikazarmark/daggerverse/trivy@5b826062b6bc1bfbd619aa5d0fba117190c85aba) Module.
Expand Down

0 comments on commit 9bc9f1b

Please sign in to comment.