aquasecurity/trivy

template output in Kubernetes scanning

Open

#3 234 ouverte le 28 nov. 2022

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)Go (371 forks)batch import
help wantedkind/featurelifecycle/activetarget/kubernetes

Métriques du dépôt

Stars
 (35 000 stars)
Métriques de merge PR
 (Merge moyen 5j 2h) (53 PRs mergées en 30 j)

Description

Hello,

Currently using the command below:

trivy k8s -n MY_NAMESPACE all --report all --format template --template '@gitlab-ci.tpl'

Yields the following error:

FATAL   unable to write results: unknown format "template". Use "json" or "table"

Is it possible to maybe add a Gitlab CI Template or the instructions how the scan of a whole cluster and posting a report to Gitlab-CI could be made possible?

Guide contributeur