Skip to content

feat: process Slack image attachments with security hardening #29

feat: process Slack image attachments with security hardening

feat: process Slack image attachments with security hardening #29

Status Failure
Total duration 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
error: ENOENT: no such file or directory: src/config/__tests__/loader.test.ts#L10
at writeYaml (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:10:2) at <anonymous> (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:82:16)
error: ENOENT: no such file or directory: src/config/__tests__/loader.test.ts#L10
at writeYaml (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:10:2) at <anonymous> (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:68:16)
error: ENOENT: no such file or directory: src/config/__tests__/loader.test.ts#L10
at writeYaml (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:10:2) at <anonymous> (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:45:16)
error: ENOENT: no such file or directory: src/config/__tests__/loader.test.ts#L10
at writeYaml (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:10:2) at <anonymous> (/home/runner/work/phantom/phantom/src/config/__tests__/loader.test.ts:20:16)
error: expect(received).toBe(expected): src/core/__tests__/trigger-auth.test.ts#L127
Expected: 200 Received: undefined at <anonymous> (/home/runner/work/phantom/phantom/src/core/__tests__/trigger-auth.test.ts:127:22)
error: expect(received).toBe(expected): src/core/__tests__/trigger-auth.test.ts#L113
Expected: 200 Received: undefined at <anonymous> (/home/runner/work/phantom/phantom/src/core/__tests__/trigger-auth.test.ts:113:22)
error: expect(received).toBe(expected): src/core/__tests__/trigger-auth.test.ts#L99
Expected: 403 Received: undefined at <anonymous> (/home/runner/work/phantom/phantom/src/core/__tests__/trigger-auth.test.ts:99:22)
error: expect(received).toBe(expected): src/core/__tests__/trigger-auth.test.ts#L87
Expected: 401 Received: undefined at <anonymous> (/home/runner/work/phantom/phantom/src/core/__tests__/trigger-auth.test.ts:87:22)
error: expect(received).toBe(expected): src/core/__tests__/trigger-auth.test.ts#L73
Expected: 401 Received: undefined at <anonymous> (/home/runner/work/phantom/phantom/src/core/__tests__/trigger-auth.test.ts:73:22)
error: expect(received).toThrow(): src/secrets/__tests__/crypto.test.ts#L119
Received function did not throw Received value: "sensitive-data" at <anonymous> (/home/runner/work/phantom/phantom/src/secrets/__tests__/crypto.test.ts:119:56)
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/