You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/seclab_taskflows/taskflows/audit/remote_sources_local.yaml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,16 @@ taskflow:
33
33
toolboxes:
34
34
- seclab_taskflows.toolboxes.gh_code_scanning
35
35
- seclab_taskflows.toolboxes.codeql_python
36
+
- task:
37
+
must_complete: true
38
+
exclude_from_context: true
39
+
model: general_tasks
40
+
agents:
41
+
- seclab_taskflow_agent.personalities.assistant
42
+
user_prompt: |
43
+
Fetch the zipball of the repository {{ GLOBALS_repo }}.
44
+
toolboxes:
45
+
- seclab_taskflows.toolboxes.local_gh_resources
36
46
- task:
37
47
must_complete: true
38
48
exclude_from_context: true
@@ -53,7 +63,6 @@ taskflow:
53
63
agents:
54
64
- seclab_taskflows.personalities.auditor
55
65
user_prompt: |
56
-
Fetch the zipball of the repository {{ GLOBALS_repo }} and use it to analyze the source.
57
66
The source is a {{ RESULT_type }} in {{ RESULT_repo }} in the location {{ RESULT_source_location }} on line {{ RESULT_line }}.
58
67
If the source is in a folder relating to tests or demo code, skip the analysis and update the source entry in the codeql_sqlite database indicating it is not relevant.
0 commit comments