mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Slightly improve phrasing
This commit is contained in:
parent
3eced62af6
commit
9d1000d773
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ func (p *processor) run(domains []string) (*Report, error) {
|
||||||
for _, d := range domains {
|
for _, d := range domains {
|
||||||
if !p.checkProviderMetadata(d) {
|
if !p.checkProviderMetadata(d) {
|
||||||
// We cannot build a report if the provider metadata cannot be parsed.
|
// We cannot build a report if the provider metadata cannot be parsed.
|
||||||
log.Printf("Could not parse the Provider-Metadata.json of %s", d)
|
log.Printf("Could not parse the Provider-Metadata.json of: %s\n", d)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if err := p.checkDomain(d); err != nil {
|
if err := p.checkDomain(d); err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue