π¬ CI Verify β PR #46: build(deps): bump axios from 1.15.0 to 1.16.0 in /app #9
ci-verify.yml
on: pull_request
π Security: Actions
22s
π§Ή Quality: Lint
16s
π Changes: Path Filter
15s
π§ͺ Quality: Test & Coverage
2m 45s
π¦ Security: Dependency Review
16s
π Policy: Commit Message Gate (Advisory)
16s
π·οΈ DAST: ZAP Baseline
0s
π DAST: Nuclei
0s
β‘ Load Test: CI
0s
Annotations
13 errors and 2 warnings
|
π§Ή Quality: Lint
Process completed with exit code 1.
|
|
π Policy: Commit Message Gate (Advisory)
Process completed with exit code 1.
|
|
Invalid commit message
b59a186b4d3cdd85fa62e92265ac18f2092ef0c6 build(deps): bump axios from 1.15.0 to 1.16.0 in /app
|
|
registry/index.test.ts > ensureDockercomposeTriggerForContainer should create trigger with parent folder and container name:
app/registry/index.ts#L171
Error: Error when registering component dockercompose (Transform failed with 2 errors:
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared
ββ[ triggers/providers/dockercompose/Dockercompose.ts:32:7 ]
β
32 β const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
β ββββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared here
β
181 β const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
β ββββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ It can not be redeclared here
ββββββ―
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared
ββ[ triggers/providers/dockercompose/Dockercompose.ts:33:7 ]
β
33 β const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
β βββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared here
β
182 β const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
β βββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ It can not be redeclared here
ββββββ―
)
β― registerComponent registry/index.ts:171:11
β― Module.ensureDockercomposeTriggerForContainer registry/index.ts:550:29
β― registry/index.test.ts:622:21
|
|
registry/index.test.ts > ensureDockercomposeTriggerForContainer should create a trigger with container name only when no compose path:
app/registry/index.ts#L171
Error: Error when registering component dockercompose (Transform failed with 2 errors:
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared
ββ[ triggers/providers/dockercompose/Dockercompose.ts:32:7 ]
β
32 β const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
β ββββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared here
β
181 β const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
β ββββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ It can not be redeclared here
ββββββ―
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared
ββ[ triggers/providers/dockercompose/Dockercompose.ts:33:7 ]
β
33 β const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
β βββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared here
β
182 β const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
β βββββββββββββββββ¬ββββββββββββββββ
β β°ββββββββββββββββββ It can not be redeclared here
ββββββ―
)
β― registerComponent registry/index.ts:171:11
β― Module.ensureDockercomposeTriggerForContainer registry/index.ts:550:29
β― registry/index.test.ts:616:21
|
|
api/trigger.test.ts > Trigger Router > runRemoteTrigger > should return 400 when remote trigger conditions are not met:
app/api/trigger.test.ts#L682
ReferenceError: createResponse is not defined
β― api/trigger.test.ts:682:19
|
|
api/trigger.test.ts > Trigger Router > runRemoteTrigger > should run remote trigger when local proxy mustTrigger is not a function:
app/api/trigger.test.ts#L630
ReferenceError: createResponse is not defined
β― api/trigger.test.ts:630:19
|
|
api/trigger.test.ts > Trigger Router > runTrigger > should return 400 when trigger conditions are not met and container id is missing:
app/api/trigger.test.ts#L497
ReferenceError: createResponse is not defined
β― api/trigger.test.ts:497:19
|
|
api/trigger.test.ts > Trigger Router > runTrigger > should return 400 when trigger conditions are not met:
app/api/trigger.test.ts#L471
ReferenceError: createResponse is not defined
β― api/trigger.test.ts:471:19
|
|
api/trigger.test.ts > Trigger Router > runTrigger > should run trigger successfully:
app/api/trigger.test.ts#L150
ReferenceError: createResponse is not defined
β― api/trigger.test.ts:150:19
|
|
api/container.test.ts > Container Router > runTrigger > should return 400 when trigger conditions are not met:
app/api/container.test.ts#L2470
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times
Received:
1st vi.fn() call:
Array [
Object {
"id": "c1",
},
]
Number of calls: 1
β― api/container.test.ts:2470:39
|
|
api/container.test.ts > Container Router > getContainerTriggers > should exclude requireinclude triggers when container has no include list:
app/api/container.test.ts#L2407
AssertionError: expected [ { type: 'slack', β¦(2) }, β¦(1) ] to have a length of 1 but got 2
- Expected
+ Received
- 1
+ 2
β― api/container.test.ts:2407:24
|
|
api/container.test.ts > Container Router > getContainerTriggers > should associate trigger when configuration is missing:
app/api/container.test.ts#L2321
AssertionError: expected { type: 'slack', name: 'default' } to deeply equal ObjectContaining{β¦}
- Expected
+ Received
- ObjectContaining {
- "configuration": {},
+ {
"name": "default",
"type": "slack",
}
β― api/container.test.ts:2321:27
|
|
π§Ή Quality: Lint
No files were found with the provided path: artifacts/qlty. No artifacts will be uploaded.
|
|
π¦ Security: Dependency Review
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48. 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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
fuzz-log-25549929221-1
|
1.73 KB |
sha256:1c073202b3259b7a9f8475f25b6276746ea4e88ce6174f8aa5918611b50552b8
|
|