Skip to content

Commit e862d7f

Browse files
Merge branch 'other/smallImprovements-AST-128958' of https://github.com/Checkmarx/ast-eclipse-plugin into other/smallImprovements-AST-128958
2 parents ac31b92 + 84ac00f commit e862d7f

7 files changed

Lines changed: 32 additions & 8 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.4.14-oss.jar filter=lfs
99
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.4.15.jar filter=lfs diff=lfs merge=lfs -text
1010
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.4.16-dev.jar filter=lfs diff=lfs merge=lfs -text
1111
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.4.18.jar filter=lfs diff=lfs merge=lfs -text
12+
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.4.20.jar filter=lfs diff=lfs merge=lfs -text
13+
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.4.21.jar filter=lfs diff=lfs merge=lfs -text

.github/workflows/ast-scan.yml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Checkmarx One Scan
2-
3-
on: [ pull_request, workflow_dispatch ]
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
schedule:
9+
- cron: '00 7 * * *' # Every day at 07:00
410

511
jobs:
612
cx-scan:
@@ -16,3 +22,19 @@ jobs:
1622
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
1723
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
1824
additional_params: --tags phoenix --file-filter !checkmarx-ast-eclipse-plugin-tests/ --threshold "sast-critical=1;sast-high=1;sast-medium=1;sast-low=1;iac-security-critical=1;iac-security-high=1;iac-security-medium=1;iac-security-low=1;sca-critical=1;sca-high=1;sca-medium=1;sca-low=1"
25+
26+
27+
notify:
28+
needs: cx-scan
29+
uses: Checkmarx/plugins-release-workflow/.github/workflows/cxone-scan-teams-notify.yml@38cf7ab29e5021bb817ac38bdae3ac0fb210608c
30+
if: always()
31+
with:
32+
cx_result: ${{ needs.cx-scan.result }}
33+
repository: ${{ github.repository }}
34+
ref_name: ${{ github.ref_name }}
35+
actor: ${{ github.actor }}
36+
event_name: ${{ github.event_name }}
37+
run_id: ${{ github.run_id }}
38+
server_url: ${{ github.server_url }}
39+
secrets:
40+
teams_webhook_url: ${{ secrets.CXONE_SCAN_WEBHOOK_URL }}

ast-cli-java-wrapper.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.18
1+
2.4.21

checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Bundle-ClassPath: .,
3030
lib/jackson-core-2.21.1.jar,
3131
lib/jackson-databind-2.21.1.jar,
3232
lib/commons-lang3-3.18.0.jar,
33-
lib/ast-cli-java-wrapper-2.4.18.jar,
33+
lib/ast-cli-java-wrapper-2.4.21.jar,
3434
lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar,
3535
lib/org-eclipse-mylyn-commons-core.jar

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
88
lib/jackson-annotations-2.21.jar,\
99
lib/jackson-core-2.21.1.jar,\
1010
lib/commons-lang3-3.18.0.jar,\
11-
lib/ast-cli-java-wrapper-2.4.18.jar,\
11+
lib/ast-cli-java-wrapper-2.4.21.jar,\
1212
lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar,\
1313
lib/jackson-databind-2.21.1.jar,\
1414
.,\

checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.4.18.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0ebd6e9cb1f00c10a0e2b68e7f07470e0ea0c69fb7dfdf65d9013f6354ac65c5
3+
size 135875937

0 commit comments

Comments
 (0)