pages.*/*: replace {{" "}} with "{{ }}" (#15034)

The latter notation is preferred by the style guide.
This commit is contained in:
Lena
2024-12-05 18:27:27 +01:00
committed by GitHub
parent 1eb5d09fff
commit d74e776a9c
41 changed files with 45 additions and 45 deletions

View File

@@ -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}}`