mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Call the checks again.
This commit is contained in:
parent
d201cda542
commit
30789e60d5
3 changed files with 81 additions and 62 deletions
|
|
@ -98,8 +98,8 @@ func writeReport(report *Report, opts *options) error {
|
|||
return writer(report, w)
|
||||
}
|
||||
|
||||
func buildReporters() []Reporter {
|
||||
return []Reporter{
|
||||
func buildReporters() []reporter {
|
||||
return []reporter{
|
||||
&tlsReporter{baseReporter{num: 3, description: "TLS"}},
|
||||
&redirectsReporter{baseReporter{num: 6, description: "Redirects"}},
|
||||
&providerMetadataReport{baseReporter{num: 7, description: "provider-metadata.json"}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue