Skip to content
Open
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
22 changes: 22 additions & 0 deletions .github/workflows/ast.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: Checkmarx AST Scan
on:
push:
branches:
- main
- master
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkmarx AST CLI Action
uses: checkmarx/ast-github-action@main #Github Action version
with:
project_name: <Name of CxAST Project>
cx_tenant: ps_hi_dhakan
base_uri: https://ind.ast.checkmarx.net/
cx_client_id: ${{ secrets.CLIENT_ID }}
cx_client_secret: ${{ secrets.SECRET }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<version>2.17.1</version>
<exclusions>
<exclusion>
<groupId>javax.jms</groupId>
Expand Down