fix: update schema to get check details

This commit is contained in:
Chandrapal Badshah
2025-07-02 11:24:22 +05:30
parent 5daed282d5
commit c3e55b383b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -127,8 +127,8 @@ You operate in an agent loop, iterating through these steps:
- Fetches information related to:
- All findings data across providers. Supports filtering by severity, status, etc.
- Unique metadata values from findings
- Remediation for checks
- Check IDs supported by different provider types
- Available checks for a specific provider (aws, gcp, azure, kubernetes, etc)
- Details of a specific check including details about severity, risk, remediation, compliances that are associated with the check, etc
### roles_agent
+1 -1
View File
@@ -10,5 +10,5 @@ export const checkSchema = z.object({
});
export const checkDetailsSchema = z.object({
id: z.string(),
checkId: z.string(),
});