Skip to content

Commit

Permalink
feat: update top score
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Aug 31, 2024
1 parent 0067c63 commit b41309e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pkg/k8s/cilium-scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func ScanCiliumNetworkPolicies(specificNamespace string, dryRun bool, returnResu

if printScore {
// Print the final score
fmt.Printf("\nYour Netfetch security score is: %d/42\n", score)
fmt.Printf("\nYour Netfetch security score is: %d/100\n", score)
}

hasStartedCiliumScan = false
Expand Down
2 changes: 1 addition & 1 deletion backend/pkg/k8s/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func ScanNetworkPolicies(specificNamespace string, dryRun bool, returnResult boo

if printScore {
// Print the final score
fmt.Printf("\nYour Netfetch security score is: %d/42\n", score)
fmt.Printf("\nYour Netfetch security score is: %d/100\n", score)
}

hasStartedNativeScan = false
Expand Down

0 comments on commit b41309e

Please sign in to comment.