google / google/secops-wrapper

feat: Please add CLI/Client support for testFindingsRefinement

Open
#214 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
92
Forks
48
PR merge metrics
No merged PRs in 30d

Description

This API endpoint is used to test new exclusions without deploying them first to SecOps.
I tried calling it directly, but I keep getting a 400 INVALID_ARGUMENT error.
```
{
"type": "DETECTION_EXCLUSION",
"query": "...",
"interval": {
"startTime": "2026-01-29T15:28:13.975619Z",
"endTime": "2026-04-29T15:28:13.975619Z"
},
"detectionExclusionApplication": {
"curatedRules": [
"projects/.../locations/eu/instances/.../curatedRules/ur_UUID"
]
}
}
```
Thanks! 😁

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.