Skip to content

Commit

Permalink
Merge pull request #135 from deggja/feat/trigger
Browse files Browse the repository at this point in the history
test: trigger release #major
  • Loading branch information
deggja authored May 8, 2024
2 parents 791b719 + 9723192 commit 26d9ce1
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 26d9ce1

Please sign in to comment.