Files
aquasecurity-trivy/pkg/report/export_test.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