pages.*/*: replace {{" "}}
with "{{ }}"
(#15034)
The latter notation is preferred by the style guide.
This commit is contained in:
@@ -33,4 +33,4 @@
|
||||
|
||||
- Generate output with a SARIF template:
|
||||
|
||||
`trivy image --format {{template}} --template {{"@sarif.tpl"}} -o {{path/to/report.sarif}} {{image:tag}}`
|
||||
`trivy image --format {{template}} --template "{{@sarif.tpl}}" -o {{path/to/report.sarif}} {{image:tag}}`
|
||||
|
Reference in New Issue
Block a user