mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
13 lines
295 B
Go
13 lines
295 B
Go
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
|