Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
76 changes: 0 additions & 76 deletions .github/workflows/ast-cli-team-review.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/auto-merge-pr.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,16 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22.11.0
registry-url: https://npm.pkg.github.com/
registry-url: https://npm.echohq.com/
- name: Configure echohq auth (both hosts)
env:
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
run: |
npm config set //npm.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
npm config set //packages.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
- run: npm ci
env:
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
- name: Code Linting
run: npm run lint
- run: npm run build --if-present
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/pr-automation.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ jobs:
node-version: 22.11.0
registry-url: https://npm.echohq.com/

# CONFIGURE ECHOHQ AUTH
- name: Configure echohq auth (both hosts)
env:
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
run: |
npm config set //npm.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
npm config set //packages.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"

# CONFIGURE GITHUB PACKAGES AUTH FOR PUBLISH
- name: Configure GitHub Packages auth
env:
Expand Down Expand Up @@ -145,6 +153,8 @@ jobs:

# RUN NPM INSTALL AND BUILD
- name: NPM ci and build
env:
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
run: |
npm ci
npm run build
Expand Down
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Default registry for most packages
registry=https://npm.echohq.com/

//npm.echohq.com/:_authToken=
//packages.echohq.com/:_authToken=
always-auth=true
ignore-scripts=true
2 changes: 1 addition & 1 deletion checkmarx-ast-cli.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.54
2.3.55
49 changes: 17 additions & 32 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"flatted": "^3.4.2",
"picomatch": "2.3.2",
"serialize-javascript": "6.0.2",
"brace-expansion": "2.0.3",
"brace-expansion": "5.0.7",
"lodash": "4.18.0",
"uuid": "14.0.0",
"js-yaml": "4.2.0"
"js-yaml": "4.3.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
4 changes: 2 additions & 2 deletions src/main/wrapper/resources/cx-linux
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/wrapper/resources/cx-mac
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/wrapper/resources/cx.exe
Git LFS file not shown
Loading