From c23e2c76f9e2aee4576833797971867a7d4385ef Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:12:57 +0530 Subject: [PATCH] updated org name from CheckmarxDev to Checkmarx --- .github/workflows/ast-cli-team-review.yml | 2 +- .github/workflows/delete-packages-and-releases.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 4 ++-- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 8 ++++---- src/tests/data/package.json | 6 +++--- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index 9a6a75f7..a861b715 100644 --- a/.github/workflows/ast-cli-team-review.yml +++ b/.github/workflows/ast-cli-team-review.yml @@ -29,7 +29,7 @@ jobs: env: GH_TOKEN: ${{ secrets.AST_CLI_GH_TOKEN }} run: | - gh api orgs/CheckmarxDev/teams/ast-sypher-team/members --jq '.[].login' > team_members.txt + gh api orgs/Checkmarx/teams/ast-sypher-team/members --jq '.[].login' > team_members.txt echo "✅ Team members:" cat team_members.txt diff --git a/.github/workflows/delete-packages-and-releases.yml b/.github/workflows/delete-packages-and-releases.yml index ebc272d8..9c422aed 100644 --- a/.github/workflows/delete-packages-and-releases.yml +++ b/.github/workflows/delete-packages-and-releases.yml @@ -30,12 +30,12 @@ jobs: echo "Deleting all npm packages whose name ends with '-${{inputs.tag}}.0'" - VERSION_IDS=($(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/orgs/CheckmarxDev/packages/npm/ast-cli-javascript-wrapper/versions | jq '.[]|select(.name | contains("-${{inputs.tag}}.0"))|.id')) + VERSION_IDS=($(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/orgs/Checkmarx/packages/npm/ast-cli-javascript-wrapper/versions | jq '.[]|select(.name | contains("-${{inputs.tag}}.0"))|.id')) for versionId in "${VERSION_IDS[@]}" do echo "Deleting version $versionId..." - curl -L -X DELETE -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/orgs/CheckmarxDev/packages/npm/ast-cli-javascript-wrapper/versions/$versionId" + curl -L -X DELETE -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/orgs/Checkmarx/packages/npm/ast-cli-javascript-wrapper/versions/$versionId" echo "Version $versionId deleted successfully!" done diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fa48c737..89e0b0ce 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,5 +12,5 @@ on: jobs: nightly: - uses: CheckmarxDev/ast-cli-javascript-wrapper/.github/workflows/release.yml@main + uses: Checkmarx/ast-cli-javascript-wrapper/.github/workflows/release.yml@main secrets: inherit \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62acdc4f..9d698acb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ permissions: jobs: delete: - uses: CheckmarxDev/ast-cli-javascript-wrapper/.github/workflows/delete-packages-and-releases.yml@main + uses: Checkmarx/ast-cli-javascript-wrapper/.github/workflows/delete-packages-and-releases.yml@main with: tag: ${{ inputs.jsTag }} secrets: inherit @@ -174,7 +174,7 @@ jobs: release_version: ${{ needs.release.outputs.TAG_NAME }} cli_release_version: ${{ needs.release.outputs.CLI_VERSION }} release_author: "Phoenix Team" - release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }} + release_url: https://github.com/Checkmarx/ast-cli-javascript-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }} jira_product_name: JAVASCRIPT_WRAPPER secrets: inherit diff --git a/README.md b/README.md index 185b6f41..1da82e4f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add the following dependency: ``` "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper": "{version}" + "@checkmarx/ast-cli-javascript-wrapper": "{version}" } ``` @@ -86,7 +86,7 @@ setx PATH_TO_EXECUTABLE {value} Checkmarx - AST Integrations Team -CxProject Link: [https://github.com/CheckmarxDev/ast-cli-javascript-wrapper](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper) +CxProject Link: [https://github.com/Checkmarx/ast-cli-javascript-wrapper](https://github.com/Checkmarx/ast-cli-javascript-wrapper) © 2021 Checkmarx Ltd. All Rights Reserved. diff --git a/package-lock.json b/package-lock.json index 2e4f3eed..69a9f5bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper", + "name": "@Checkmarx/ast-cli-javascript-wrapper", "version": "0.0.146", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper", + "name": "@Checkmarx/ast-cli-javascript-wrapper", "version": "0.0.146", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 0ff2e2fb..8869d697 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper", + "name": "@Checkmarx/ast-cli-javascript-wrapper", "version": "0.0.146", "description": "AST CLI Javascript wrapper", "main": "dist/main/wrapper/CxWrapper.js", @@ -18,13 +18,13 @@ "lint-and-fix": "eslint . --ext .ts --fix", "test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest" }, - "repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper.git", + "repository": "https://github.com/Checkmarx/ast-cli-javascript-wrapper.git", "author": "Jay Nanduri", "license": "ISC", "bugs": { - "url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/issues" + "url": "https://github.com/Checkmarx/ast-cli-javascript-wrapper/issues" }, - "homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper#readme", + "homepage": "https://github.com/Checkmarx/ast-cli-javascript-wrapper#readme", "devDependencies": { "@types/jest": "^27.5.0", "@types/node": "^22.9.0", diff --git a/src/tests/data/package.json b/src/tests/data/package.json index ccbb646c..62aabacc 100644 --- a/src/tests/data/package.json +++ b/src/tests/data/package.json @@ -3,7 +3,7 @@ "*" ], "bugs": { - "url": "https://github.com/CheckmarxDev/ast-vscode-extension/issues" + "url": "https://github.com/Checkmarx/ast-vscode-extension/issues" }, "categories": [ "Other" @@ -783,14 +783,14 @@ "ui", "workspace" ], - "homepage": "https://github.com/CheckmarxDev/ast-vscode-extension#readme", + "homepage": "https://github.com/Checkmarx/ast-vscode-extension#readme", "icon": "media/icon.png", "main": "./out/extension.js", "name": "ast-results", "publisher": "checkmarx", "repository": { "type": "git", - "url": "https://github.com/CheckmarxDev/ast-vscode-extension.git" + "url": "https://github.com/Checkmarx/ast-vscode-extension.git" }, "scripts": { "compile": "tsc -p ./ \u0026\u0026 npm run copytestproject \u0026\u0026 npm run copymedia",