note to split into multiple files
This commit is contained in:
@@ -16,3 +16,4 @@ Implement the final task that parses the aggregated results and decides whether
|
||||
1. Add the `enforce-policy` template to the `ClusterWorkflowTemplate`.
|
||||
2. Write the parsing logic inside the task (e.g., extracting CVSS scores from SARIF and JSON formats).
|
||||
3. Ensure this step acts as the final gatekeeper for the pipeline.
|
||||
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