Skip to content

Commit

Permalink
Merge pull request #276 from viveksahu26/fix_oct_title_name
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshnoronha committed Jul 2, 2024
2 parents 4a5121c + 61fb630 commit 6ee2834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compliance/oct_report.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ func octDetailedReport(db *db, fileName string) {

func octBasicReport(db *db, fileName string) {
score := octAggregateScore(db)
fmt.Printf("Cyber Resilience Requirements for Manufacturers and Products Report TR-03183-2 (1.1)\n")
fmt.Printf("OpenChain Telco Report\n")
fmt.Printf("Score:%0.1f RequiredScore:%0.1f OptionalScore:%0.1f for %s\n", score.totalScore(), score.totalRequiredScore(), score.totalOptionalScore(), fileName)
}

0 comments on commit 6ee2834

Please sign in to comment.