Skip to content

Commit 6f59650

Browse files
svtebmartin-mat
authored andcommitted
Fix: Add missing task namespace
Refs: #2314 - caused platform task failure Signed-off-by: svteb <slavo.valko@tietoevry.com>
1 parent ec9e1ba commit 6f59650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/platform/security.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ end
180180
end
181181

182182
desc "Verify if Secrets are encrypted"
183-
task "verify_secrets_encryption", ["kubescape_scan"] do |t, args|
183+
task "verify_secrets_encryption", ["setup:kubescape_scan"] do |t, args|
184184
CNFManager::Task.task_runner(args, task: t, check_cnf_installed: false) do |args, config|
185185
namespace="kube-system"
186186
Kubescape.scan(namespace: namespace)

0 commit comments

Comments
 (0)