-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11597df
commit 3608bfe
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,17 @@ | |
|
||
## SNIPPETS | ||
|
||
<details><summary><b>CALL MODULE FROM GIT</b></summary> | ||
<details><summary><b>CALL FUNCTION FROM GIT</b></summary> | ||
|
||
```bash | ||
# OUTPUT TEXT | ||
dagger call -m github.com/shykes/daggerverse/[email protected] hello --giant=false --name=pat | ||
|
||
# SCAN IMAGE REF W/ AQUA TRIVY | ||
dagger call -m github.com/jpadams/daggerverse/[email protected] scan-image --image-ref alpine/git:latest | ||
|
||
# BUILD GO BINARY | ||
dagger call -m github.com/felipecruz91/daggerverse/go build --source . --goVersion 1.23.1 -o bin | ||
``` | ||
|
||
</details> |