Replies: 2 comments
-
@knqyf263 - do you have any time to help me understand whether the root cause is intentional or a bug? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, AWS scanning just doesn't support the GitLab template at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
XML works fine:
trivy aws --region us-east-1 --exit-code 0 --format template --template "@/usr/local/share/trivy/templates/junit.tpl" -o gl-account-scanning-report.xml
When I use this command I get a blank output report:
trivy aws --region us-east-1 --exit-code 0 --format template --template "@/usr/local/share/trivy/templates/gitlab.tpl" -o gl-account-scanning-report.json
What did you expect to happen?
To get a report formatted as per the template.
What happened instead?
The report is blank
Output of run with
-debug
:Output of
trivy -v
:Additional details (base image name, container registry info...):
Beta Was this translation helpful? Give feedback.
All reactions