Set log level to avoid stdout logging

This commit is contained in:
James Carnegie
2023-02-09 13:41:43 +00:00
parent f58c0ad058
commit 292f7ec3cc
2 changed files with 6 additions and 3 deletions

View File

@@ -66,8 +66,8 @@
(println (load-pod "./babashka-pod-docker"))
(impl/invoke-public
"docker.babashka-pod-docker"
"babashka-pod-docker/parse-image-name"
["ubuntu:latest"]
"babashka-pod-docker/generate-sbom"
["ubuntu:latest" "" ""]
{})
(generate-sbom "alpine")
)