forked from CheckmarxDev/JavaVulnerableLab
-
Notifications
You must be signed in to change notification settings - Fork 0
24 lines (24 loc) · 715 Bytes
/
cx.yml
File metadata and controls
24 lines (24 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: cx
on:
pull_request:
branches:
- master
# push:
jobs:
ast_scan:
runs-on: ubuntu-latest
name: Checkmarx scan run
steps:
- name: Run scan
uses: CheckmarxDev/ast-github-action@more_engines
id: scan
with:
github_repo_token: ${{ secrets.GITHUB_TOKEN }}
ast_uri: ${{ secrets.AST_URI }}
ast_access_key_id: ${{ secrets.AST_ACCESS_KEY_ID }}
ast_access_key_secret: ${{ secrets.AST_ACCESS_KEY_SECRET }}
sca_user: ${{ secrets.SCA_USER }}
sca_password: ${{ secrets.SCA_PASSWORD }}
action_scan_complete_timeout_secs: 600
high_results_threshold: 0
medium_results_threshold: 10