Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ast-cli-team-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/delete-packages-and-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add the following dependency:

```
"dependencies": {
"@checkmarxdev/ast-cli-javascript-wrapper": "{version}"
"@checkmarx/ast-cli-javascript-wrapper": "{version}"
}
```

Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/tests/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
Loading