fix: missing nuclei path

This commit is contained in:
Morten Olsen
2025-12-13 08:08:48 +01:00
parent 4c14e2294a
commit 707f0dcaad
2 changed files with 21 additions and 3 deletions

View File

@@ -460,6 +460,14 @@ func (m *JobManager) buildJob(scan *nucleiv1alpha1.NucleiScan) *batchv1.Job {
},
},
},
{
Name: "NUCLEI_BINARY_PATH",
Value: "/usr/local/bin/nuclei",
},
{
Name: "NUCLEI_TEMPLATES_PATH",
Value: "", // Empty means use default location (~/.nuclei/templates)
},
},
},
},