set defaults in docker instead of scanner

This commit is contained in:
Morten Olsen
2025-12-13 08:21:40 +01:00
parent 707f0dcaad
commit 7c014b9898
2 changed files with 1 additions and 8 deletions

View File

@@ -460,14 +460,6 @@ 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)
},
},
},
},