Skip to content

Commit

Permalink
feat: add description of scan when running cilium namespaced scans
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 b41309e commit 101fa1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/cmd/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ var scanCmd = &cobra.Command{
}

// Proceed with normal Cilium network policy scan
fmt.Println("Running cilium network policies scan...")
ciliumScanResult, err := k8s.ScanCiliumNetworkPolicies(namespace, dryRun, false, true, true, true)
if err != nil {
fmt.Println("Error during Cilium network policies scan:", err)
Expand Down

0 comments on commit 101fa1d

Please sign in to comment.