From 55b5a7e01b679f58b54b1e84a96da21d940eaf22 Mon Sep 17 00:00:00 2001 From: Pierre Baumard Date: Tue, 8 Oct 2024 19:01:49 +0200 Subject: [PATCH] docs(report): fix reporting doc format (#7671) --- docs/docs/configuration/reporting.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/reporting.md b/docs/docs/configuration/reporting.md index fcbde0b106ff..39ecb6e5333c 100644 --- a/docs/docs/configuration/reporting.md +++ b/docs/docs/configuration/reporting.md @@ -259,11 +259,12 @@ $ trivy image --format sarif -o report.sarif golang:1.12-alpine ``` This SARIF file can be uploaded to several platforms, including: -- [GitHub code scanning results][sarif-github], and there is a [Trivy GitHub Action][action] for automating this process; -- [SonarQube][sarif-sonar]. + +- [GitHub code scanning results][sarif-github], and there is a [Trivy GitHub Action][action] for automating this process +- [SonarQube][sarif-sonar] ### GitHub dependency snapshot -Trivy supports the following packages. +Trivy supports the following packages: - [OS packages][os_packages] - [Language-specific packages][language_packages]