Skip to content

Commit 94adc31

Browse files
author
Didier Botella
committed
add coverity workflow
1 parent f30be31 commit 94adc31

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

coverity.yaml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
analyze:
2+
location: local
3+
checkers:
4+
all: true
5+
webapp-security:
6+
enabled: true
7+
checker-config:
8+
AUDIT.SPECULATIVE_EXECUTION_DATA_LEAK :
9+
enabled: true
10+
COM.ADDROF_LEAK :
11+
enabled: true
12+
COM.BSTR.ALLOC :
13+
enabled: true
14+
COM.BSTR.BAD_COMPARE :
15+
enabled: true
16+
COM.BSTR.NE_NON_BSTR :
17+
enabled: true
18+
DC.STRING_BUFFER :
19+
enabled: true
20+
ENUM_AS_BOOLEAN :
21+
enabled: true
22+
EXPOSED_NON_CONST_STATIC :
23+
enabled: true
24+
FLOATING_POINT_EQUALITY :
25+
enabled: true
26+
HARDCODED_CREDENTIALS :
27+
enabled: true
28+
HFA :
29+
enabled: true
30+
INEFFECTIVE_MOVE :
31+
enabled: true
32+
PARSE_ERROR :
33+
enabled: true
34+
OVERLY_BROAD_EXCEPTION :
35+
enabled: true
36+
ODR_VIOLATION :
37+
enabled: true
38+
REVERSE_OVERRUN :
39+
enabled: true
40+
RISKY_CRYPTO :
41+
enabled: true
42+
STACK_USE :
43+
enabled: true
44+
UNENCRYPTED_SENSITIVE_DATA :
45+
enabled: true
46+
VCALL_IN_CTOR_DTOR :
47+
enabled: true
48+
WEAK_GUARD :
49+
enabled: true
50+
WEAK_PASSWORD_HASH :
51+
enabled: true
52+
RISKY_CRYPTO :
53+
enabled: true
54+
REVERSE_OVERRUN :
55+
enabled: true
56+
INTEGER_OVERFLOW:
57+
enabled: true
58+
options:
59+
enable_all_overflow_ops: true
60+
trust:
61+
all: false
62+
63+
64+
commit:
65+
connect:
66+
auth-key-file: auth-key.txt
67+
stream: commons-csv
68+
url: http://k8s-cnc-ingressc-61c9622481-902802279.eu-west-1.elb.amazonaws.com/
69+
on-new-cert: trust

0 commit comments

Comments
 (0)