We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b23ba7 + d9119a5 commit d39f4ecCopy full SHA for d39f4ec
.github/workflows/release.yml
@@ -129,7 +129,7 @@ jobs:
129
run: |
130
ls -la
131
pwd
132
- CLI_VERSION=$(cat ./cxAstScan/node_modules/@checkmarx/ast-cli-javascript-wrapper-runtime-cli/checkmarx-ast-cli.version | grep -Eo '^[0-9]+\.[0-9]+\.[0-9]+')
+ CLI_VERSION=$(cat ./cxAstScan/node_modules/@Checkmarx/ast-cli-javascript-wrapper-runtime-cli/checkmarx-ast-cli.version | grep -Eo '^[0-9]+\.[0-9]+\.[0-9]+')
133
echo "CLI version being packed is $CLI_VERSION"
134
echo "CLI_VERSION=$CLI_VERSION" >> $GITHUB_ENV
135
echo "::set-output name=CLI_VERSION::$CLI_VERSION"
cxAstScan/package.json
@@ -6,4 +6,4 @@
6
"overrides": {
7
"semver": "^7.5.2"
8
}
9
-}
+}
0 commit comments