Skip to content

Commit

Permalink
test: trigger release #major
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed May 8, 2024
1 parent 791b719 commit 9723192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified backend/netfetch
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/pkg/k8s/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func processNamespacePolicies(clientset *kubernetes.Clientset, nsName string, wr
scanResult.UnprotectedPods = append(scanResult.UnprotectedPods, unprotectedPods...)
scanResult.DeniedNamespaces = append(scanResult.DeniedNamespaces, nsName)

// Only handle CLI interactions if it's a CLI mode and not a dry run
// Only handle CLI interactions if it's CLI mode and not a dry run
if isCLI && !dryRun {
handleCLIInteractions(nsName, unprotectedPods, writer, scanResult)
} else if dryRun {
Expand Down

0 comments on commit 9723192

Please sign in to comment.