mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 07:10:41 -08:00
* contrib/gitlab.tpl: Add new id field https://docs.gitlab.com/ee/user/application_security/container_scanning/#reports-json-format vulnerabilities[].id Unique identifier of the vulnerability. vulnerabilities[].cve (DEPRECATED - use vulnerabilities[].id instead) A fingerprint string value that represents a concrete occurrence of the vulnerability. It’s used to determine whether two vulnerability occurrences are same or different. May not be 100% accurate. This is NOT a CVE. Signed-off-by: Manuel Rüger <manuel@rueg.eu> * Update integration test for Gitlab Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>