mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks (#4795)
This commit is contained in:
committed by
GitHub
parent
ccc08db8a4
commit
66720be7c0
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/authentication/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/authentication/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/copy-move-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/copy-move-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/create-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/create-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/delete-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/delete-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/edit-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/edit-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/favorite-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/favorite-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/folder-information-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/folder-information-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/folder-rules/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/folder-rules/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/info-drawer/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/info-drawer/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/library-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/library-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/list-views/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/list-views/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/navigation/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/navigation/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/pagination/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/pagination/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/search/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/search/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/share-action/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/share-action/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/smoke-test/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/smoke-test/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
"npx playwright test --config=e2e/playwright/special-permissions-actions-available/playwright.config.ts"
|
||||
"playwright test --config=e2e/playwright/special-permissions-actions-available/playwright.config.ts"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/upload-download-actions/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/upload-download-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/viewer/playwright.config.ts"]
|
||||
"commands": ["playwright test --config=e2e/playwright/viewer/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
Reference in New Issue
Block a user