mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Adjusted TLS check.
This commit is contained in:
parent
8623728a9a
commit
ffd43d510b
2 changed files with 30 additions and 20 deletions
|
|
@ -100,7 +100,7 @@ func writeReport(report *Report, opts *options) error {
|
|||
|
||||
func buildChecks() []check {
|
||||
return []check{
|
||||
&tlsCheck{baseCheck{exec: 0, num: 3, description: "TLS"}},
|
||||
&tlsCheck{baseCheck{exec: 13, num: 3, description: "TLS"}},
|
||||
&redirectsCheck{baseCheck{exec: 12, num: 6, description: "Redirects"}},
|
||||
&providerMetadataCheck{baseCheck{exec: 1, num: 7, description: "provider-metadata.json"}},
|
||||
&securityCheck{baseCheck{exec: 2, num: 8, description: "security.txt"}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue