Skip to content

Commit 27fed77

Browse files
Updated org name from CheckmarxDev to Checkmarx
Updated org name from CheckmarxDev to Checkmarx
1 parent 34ed768 commit 27fed77

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/checkmarx/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/checkmarx/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: checkmarx/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: 2 additions & 2 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>
@@ -86,7 +86,7 @@ setx PATH_TO_EXECUTABLE {value}
8686

8787
Checkmarx - AST Integrations Team
8888

89-
CxProject Link: [https://github.com/checkmarx/ast-cli-javascript-wrapper-runtime-cli](https://github.com/checkmarx/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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@checkmarx/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",
66
"typings": "dist/main/wrapper/CxWrapper.d.ts",
77
"files": [
88
"dist/main/**/*",
99
"README.md",
10-
"checkmarx-ast-cli.version"
10+
"Checkmarx-ast-cli.version"
1111
],
1212
"dependencies": {
1313
"async-mutex": "^0.5.0",
@@ -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/checkmarx/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/checkmarx/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/checkmarx/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)