mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
12 lines
223 B
SQL
12 lines
223 B
SQL
INSERT INTO jfrog_xray_scans
|
|
(workspace_id, agent_id, critical, high, medium, results_url)
|
|
VALUES (
|
|
'b90547be-8870-4d68-8184-e8b2242b7c01',
|
|
'8fa17bbd-c48c-44c7-91ae-d4acbc755fad',
|
|
10,
|
|
5,
|
|
2,
|
|
'https://hello-world'
|
|
);
|
|
|