/
githubmirror
/
trivy
Обзор
Документация
Войти
/
githubmirror
/
trivy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/report/export_test.go
18 строк
485 B
DmitriyLewen
fix(report): set correct sarif ROOTPATH uri when scanning a git repository (#10366)
12 мар 2026, 08:22
Не верифицирован
12 мар 2026, 08:22
e5da6de
Код
Авторство
О чём код?
package report // Bridge to expose report internals to tests in the report_test package. // ClearURI exports clearURI for testing. var ClearURI = clearURI // ToProperties exports toProperties for testing. var ToProperties = toProperties // ToUri exports toUri for testing. var ToUri = toUri // ToSarifErrorLevel exports toSarifErrorLevel for testing. var ToSarifErrorLevel = toSarifErrorLevel // PathToFileURI exports pathToFileURI for testing. var PathToFileURI = pathToFileURI