diff --git a/.github/workflows/delete-packages-and-releases.yml b/.github/workflows/delete-packages-and-releases.yml index 62e60a2d..c1fd221c 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-runtime-cli/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-runtime-cli/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-runtime-cli/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-runtime-cli/versions/$versionId" echo "Version $versionId deleted successfully!" done diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 793e4ea5..56d2df86 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,5 +12,5 @@ on: jobs: nightly: - uses: CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/.github/workflows/release.yml@main + uses: Checkmarx/ast-cli-javascript-wrapper-runtime-cli/.github/workflows/release.yml@main secrets: inherit \ No newline at end of file diff --git a/README.md b/README.md index 78ed4a62..81582890 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- Logo + Logo

AST-CLI-JAVASCRIPT-WRAPPER-RUNTIME-CLI

@@ -40,7 +40,7 @@ Add the following dependency: ``` "dependencies": { - "@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "{version}" + "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli": "{version}" } ``` @@ -86,7 +86,7 @@ setx PATH_TO_EXECUTABLE {value} Checkmarx - AST Integrations Team -CxProject Link: [https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli) +CxProject Link: [https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli](https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli) © 2021 Checkmarx Ltd. All Rights Reserved. diff --git a/package-lock.json b/package-lock.json index f4f6f9e3..6270a6c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli", + "name": "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli", "version": "1.0.27", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli", + "name": "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli", "version": "1.0.27", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index c687b805..72652d60 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli", + "name": "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli", "version": "1.0.27", "description": "AST CLI Javascript wrapper runtime CLI", "main": "dist/main/wrapper/CxWrapper.js", @@ -26,13 +26,13 @@ "test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest --runInBand", "test:unit": "tsc && jest --runInBand --testPathPattern=tests/unit --no-coverage" }, - "repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli.git", + "repository": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli.git", "author": "Jay Nanduri", "license": "ISC", "bugs": { - "url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/issues" + "url": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/issues" }, - "homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli#readme", + "homepage": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli#readme", "devDependencies": { "@babel/core": "7.26.10", "@babel/plugin-transform-runtime": "^7.25.4",