Skip to content
Snippets Groups Projects
Verified Commit 17a61082 authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

Full path for templates

parent 16e32cd5
Branches
1 merge request!1Develop
Pipeline #78395 passed with stages
in 1 minute and 22 seconds
......@@ -13,7 +13,7 @@ scan image:
name: aquasec/trivy
entrypoint: [""]
script:
- trivy image --ignore-unfixed --format template --template "@contrib/html.tpl" -o report.html $CONTAINER_TEST_IMAGE
- trivy image --ignore-unfixed --format template --template "@/contrib/html.tpl" -o report.html $CONTAINER_TEST_IMAGE
cache:
key: trivy-cache
paths:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment