Skip to content

Commit 179b7fb

Browse files
authored
Exclude tests from Checkmarx (bitwarden#3797)
* Exclude tests from Checkmarx * Leading slash * Simpler path
1 parent 0b486b0 commit 179b7fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .checkmarx/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 1
2+
3+
# Checkmarx configuration file
4+
#
5+
# https://checkmarx.com/resource/documents/en/34965-68549-configuring-projects-using-config-as-code-files.html
6+
checkmarx:
7+
scan:
8+
configs:
9+
sast:
10+
# Exclude test directory
11+
filter: "!test"

0 commit comments

Comments
 (0)