Skip to content

Commit 75de155

Browse files
committed
chore: Prevent trace requests on st tests
1 parent a0f03d2 commit 75de155

File tree

3 files changed

+123
-119
lines changed

3 files changed

+123
-119
lines changed

applications/common/deploy/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ harness:
2424
enabled: true
2525
autotest: true
2626
checks:
27-
- all
27+
- all
28+
runParams:
29+
- "--exclude-method=TRACE"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[phases.coverage]
2+
unexpected-methods = ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"]

0 commit comments

Comments
 (0)