docs(report): fix reporting doc format (#7671)

This commit is contained in:
Pierre Baumard
2024-10-08 19:01:49 +02:00
committed by GitHub
parent fdf203cd20
commit 55b5a7e01b

View File

@@ -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]