Skip to content

Commit 5f8057b

Browse files
authored
Update user prompt for fetching GHSAs
Clarified the user prompt for fetching GitHub Security Advisories by specifying that the return_results option should be set to true.
1 parent eb3656c commit 5f8057b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/seclab_taskflows/taskflows/audit/fetch_security_advisories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ taskflow:
2020
model: general_tasks
2121
user_prompt: |
2222
Fetch and store all GitHub Security Advisories (GHSAs) for the repo {{ globals.repo }}
23-
with the return_results option.
23+
with the return_results option set to true.
2424
2525
If an error occurs during fetching, store a GHSASummary with the error message.
2626
Ensure the error message starts with "Error:" followed by a description of the error.

0 commit comments

Comments
 (0)