feat(scanner): implement scan attempt endpoint and update routes and tests

This commit is contained in:
2026-09-07 16:56:12 -03:00
parent 8a65d358a4
commit 34058e6a81
6 changed files with 46 additions and 31 deletions

View File

@@ -202,7 +202,7 @@ function queryFor(string $uri): array
['key' => 'page', 'value' => '1'],
['key' => 'per_page', 'value' => '20'],
],
'api/v1/scanner/tickets' => [['key' => 'q', 'value' => '', 'disabled' => true], ['key' => 'page', 'value' => '1'], ['key' => 'per_page', 'value' => '20']],
'api/v1/scanner/attempts' => [['key' => 'q', 'value' => '', 'disabled' => true], ['key' => 'page', 'value' => '1'], ['key' => 'per_page', 'value' => '20']],
'api/storage-test/s3/temporary-url' => [['key' => 'path', 'value' => '{{s3_path}}'], ['key' => 'expires_in_minutes', 'value' => '60']],
default => [],
};