Skip to content

New workflow for DAST scanning #312

New workflow for DAST scanning

New workflow for DAST scanning #312

Triggered via push December 11, 2024 09:46
Status Cancelled
Total duration 13m 19s
Artifacts 13

js-ci.yml

on: push
Check conditional workflows and jobs
8s
Check conditional workflows and jobs
Account UI E2E
3m 1s
Account UI E2E
Matrix: Admin UI E2E
Status Check - Keycloak JavaScript CI
6s
Status Check - Keycloak JavaScript CI
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 36 warnings, and 1 notice
[chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L1
1) [chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information Test timeout of 30000ms exceeded.
[chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L28
1) [chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('email') 26 | await login(page, user, "pwd", realm); 27 | > 28 | await page.getByTestId("email").fill(`${user}@somewhere.com`); | ^ 29 | await page.getByTestId("firstName").fill("Erik"); 30 | await page.getByTestId("lastName").fill("de Wit"); 31 | await page.getByTestId("save").click(); at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/personal-info/personal-info.spec.ts:28:37
Admin UI E2E (3, chrome)
Canceling since a higher priority waiting request for 'js-ci-refs/heads/main-dast' exists
Admin UI E2E (3, chrome)
The operation was canceled.
Admin UI E2E (1, chrome)
Canceling since a higher priority waiting request for 'js-ci-refs/heads/main-dast' exists
Admin UI E2E (1, chrome)
The operation was canceled.
Admin UI E2E (4, chrome)
Canceling since a higher priority waiting request for 'js-ci-refs/heads/main-dast' exists
Admin UI E2E (4, chrome)
The operation was canceled.
Admin UI E2E (5, chrome)
Canceling since a higher priority waiting request for 'js-ci-refs/heads/main-dast' exists
Admin UI E2E (5, chrome)
The operation was canceled.
Status Check - Keycloak JavaScript CI
Process completed with exit code 1.
Check conditional workflows and jobs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Generate Test Seed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Admin Client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
UI Shared
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L127
React Hook useEffect has a missing dependency: 'rowsSelectedOnPage.length'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L450
React Hook useMemo has missing dependencies: 'convertToColumns', 'getNodeText', 'isPaginated', and 'unPaginatedData'. Either include them or remove the dependency array
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L72
React Hook useMemo has a missing dependency: 'defaultValue'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L99
React Hook useEffect has a missing dependency: 'name'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/utils/useFetch.ts#L43
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
UI Shared: js/libs/ui-shared/src/utils/useFetch.ts#L43
React Hook useEffect has missing dependencies: 'adminClientCall', 'callback', and 'showBoundary'. Either include them or remove the dependency array. If 'adminClientCall' changes too often, find the parent component that defines it and wrap that definition in useCallback
UI Shared: js/libs/ui-shared/src/utils/useStorageItem.ts#L23
React Hook useCallback has missing dependencies: 'keyName' and 'storageArea'. Either include them or remove the dependency array
UI Shared: js/libs/ui-shared/src/utils/useStorageItem.ts#L48
React Hook useEffect has a missing dependency: 'defaultValue'. Either include it or remove the dependency array. If 'setInnerValue' needs the current value of 'defaultValue', you can also switch to useReducer instead of useState and read 'defaultValue' in the reducer
UI Shared: js/libs/ui-shared/src/utils/useStoredState.ts#L34
React Hook useCallback has a missing dependency: 'setStoredValue'. Either include it or remove the dependency array
Account UI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Account UI: js/apps/account-ui/src/oid4vci/Oid4Vci.tsx#L69
React Hook useEffect has missing dependencies: 'context', 'credentialsIssuer', 'initialSelected', and 'selectOptions'. Either include them or remove the dependency array
Account UI: js/apps/account-ui/src/resources/EditTheResource.tsx#L42
React Hook useEffect has missing dependencies: 'permissions' and 'reset'. Either include them or remove the dependency array
Account UI: js/apps/account-ui/src/resources/ShareTheResource.tsx#L72
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect has missing dependencies: 'callback' and 'factory'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Account UI: js/apps/account-ui/test/oid4vci/oid4vci.spec.ts#L7
Unexpected use of the `.skip()` annotation
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L72
Unexpected use of page.waitForSelector()
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L86
Unexpected use of page.waitForSelector()
Admin UI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Admin UI: js/apps/admin-ui/cypress/e2e/authentication_test.spec.ts#L84
Unexpected skipped mocha test
Admin UI: js/apps/admin-ui/cypress/e2e/client_scopes_test.spec.ts#L181
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L242
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L252
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L599
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L33
Unexpected skipped mocha test
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L71
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L106
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/group_test.spec.ts#L270
Unexpected skipped mocha test
Build Keycloak
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Account UI E2E
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Admin UI E2E (2, chrome)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
1 flaky [chromium] › personal-info/personal-info.spec.ts:25:3 › Personal info page › sets basic information 1 skipped 24 passed (1.3m)

Artifacts

Produced during runtime
Name Size
account-ui-playwright-report
1.2 MB
account-ui-server-log
1.58 KB
admin-ui-server-log-1-chrome
1.97 KB
admin-ui-server-log-2-chrome
3.43 KB
admin-ui-server-log-3-chrome
2.32 KB
admin-ui-server-log-4-chrome
2.94 KB
admin-ui-server-log-5-chrome
2.71 KB
cypress-videos-1-chrome
6.27 MB
cypress-videos-2-chrome
3.92 MB
cypress-videos-4-chrome
2.82 MB
cypress-videos-5-chrome
8.11 MB
keycloak
140 MB
m2-keycloak.tzts Expired
350 MB