-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathveracode.yml
More file actions
74 lines (74 loc) · 1.55 KB
/
veracode.yml
File metadata and controls
74 lines (74 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
default:
runs_on: null
actions:
veracode_static_scan:
build:
runs_on: ubuntu-latest
veracode_static_scan:
push:
trigger: false
branches_to_run:
- '*'
branches_to_exclude:
- branch-1
pull_request:
trigger: false
action:
- opened
- synchronize
target_branch:
- default_branch
analysis_on_platform: false
break_build_policy_findings: false
break_build_invalid_policy: false
break_build_on_error: true
error_message: Veracode static scan faced a problem.
policy: Veracode Recommended Medium + SCA
create_code_scanning_alert: false
create_issue: false
issues:
trigger: false
commands:
- Veracode Static Scan
veracode_sca_scan:
push:
trigger: true
branches_to_run:
- '*'
branches_to_exclude:
- branch-1
pull_request:
trigger: false
action:
- opened
- synchronize
target_branch:
- default_branch
break_build_on_error: false
break_build_policy_findings: true
error_message: Veracode static scan faced a problem.
issues:
trigger: false
commands:
- Veracode SCA Scan
veracode_iac_secrets_scan:
push:
trigger: false
branches_to_run:
- '*'
branches_to_exclude:
- branch-1
pull_request:
trigger: false
action:
- opened
- synchronize
target_branch:
- default_branch
break_build_policy_findings: false
break_build_on_error: false
error_message: Veracode static scan faced a problem.
issues:
trigger: false
commands:
- Veracode IAC Scan