Skip to content

Commit 441cc51

Browse files
Merge pull request #129 from Checkmarx/other/change_org_name
Other/change org name
2 parents 90d2a6f + bfc7a27 commit 441cc51

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/delete-packages-and-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
3131
echo "Deleting all npm packages whose name ends with '-${{inputs.tag}}.0'"
3232
33-
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'))
33+
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'))
3434
3535
for versionId in "${VERSION_IDS[@]}"
3636
do
3737
echo "Deleting version $versionId..."
38-
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"
38+
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"
3939
echo "Version $versionId deleted successfully!"
4040
done
4141

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ on:
1212

1313
jobs:
1414
nightly:
15-
uses: CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/.github/workflows/release.yml@main
15+
uses: Checkmarx/ast-cli-javascript-wrapper-runtime-cli/.github/workflows/release.yml@main
1616
secrets: inherit

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<br />
33
<p align="center">
44
<a href="">
5-
<img src="./logo.png" alt="Logo" width="80" height="80">
5+
<img src="https://raw.githubusercontent.com/Checkmarx/ci-cd-integrations/main/.images/cx_x_icon.png" alt="Logo" width="80" height="80">
66
</a>
77

88
<h3 align="center">AST-CLI-JAVASCRIPT-WRAPPER-RUNTIME-CLI</h3>
@@ -40,7 +40,7 @@ Add the following dependency:
4040

4141
```
4242
"dependencies": {
43-
"@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "{version}"
43+
"@Checkmarx/ast-cli-javascript-wrapper-runtime-cli": "{version}"
4444
}
4545
```
4646

@@ -86,7 +86,7 @@ setx PATH_TO_EXECUTABLE {value}
8686

8787
Checkmarx - AST Integrations Team
8888

89-
CxProject Link: [https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli](https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli)
89+
CxProject Link: [https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli](https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli)
9090

9191

9292
© 2021 Checkmarx Ltd. All Rights Reserved.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli",
2+
"name": "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli",
33
"version": "1.0.27",
44
"description": "AST CLI Javascript wrapper runtime CLI",
55
"main": "dist/main/wrapper/CxWrapper.js",
@@ -26,13 +26,13 @@
2626
"test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest --runInBand",
2727
"test:unit": "tsc && jest --runInBand --testPathPattern=tests/unit --no-coverage"
2828
},
29-
"repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli.git",
29+
"repository": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli.git",
3030
"author": "Jay Nanduri",
3131
"license": "ISC",
3232
"bugs": {
33-
"url": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/issues"
33+
"url": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/issues"
3434
},
35-
"homepage": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli#readme",
35+
"homepage": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli#readme",
3636
"devDependencies": {
3737
"@babel/core": "7.26.10",
3838
"@babel/plugin-transform-runtime": "^7.25.4",

0 commit comments

Comments
 (0)