/
githubmirror
/
trivy
Обзор
Документация
Войти
/
githubmirror
/
trivy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/dependency/parser/java/jar/export_test.go
10 строк
274 B
Haitao Zheng
feat(java): read Jenkins plugin manifest licenses (#10939)
10 июл 2026, 11:47
Не верифицирован
10 июл 2026, 11:47
f065203
Код
Авторство
О чём код?
package jar // Bridge to expose jar parser internals to tests in the jar_test package. var ( EmbeddedPomGAV = embeddedPomGAV DecodePomLicenses = decodePomLicenses IsJarLicenseFile = isJarLicenseFile ParsePluginLicenseName = parsePluginLicenseName )