fix(gitlab tpl): escape double quote (#1635)

This commit is contained in:
Konstantinos Koukopoulos
2022-02-10 17:29:10 +02:00
committed by GitHub
parent 3b0b2ed4ce
commit e618d83dae

View File

@@ -13,7 +13,7 @@
"type": "issue",
"check_name": "container_scanning",
"categories": [ "Security" ],
"description": "{{ .VulnerabilityID }}: {{ .Title }}",
"description": {{ list .VulnerabilityID .Title | join ": " | printf "%q" }},
"fingerprint": "{{ .VulnerabilityID | sha1sum }}",
"content": {{ .Description | printf "%q" }},
"severity": {{ if eq .Severity "LOW" -}}