note to split into multiple files
This commit is contained in:
@@ -15,3 +15,4 @@ Implement a task that pushes all SARIF/JSON reports from the PVC to DefectDojo v
|
||||
1. Add the `upload-defectdojo` template to the `ClusterWorkflowTemplate`.
|
||||
2. Write the API upload script (Python, curl, or a dedicated CLI) in the task template.
|
||||
3. Configure the Infisical initContainer to wait for the DefectDojo credentials.
|
||||
4. **CRITICAL: File Splitting:** Do NOT put everything into one giant file! Split your YAML manifests or configurations into separate, smaller files (e.g. using separate Helm template files, configmaps, or helper scripts) to prevent exhausting the context window.
|
||||
|
||||
Reference in New Issue
Block a user