Skip to content

Commit a12418d

Browse files
committed
CCM-11938: Fix sonar issues
1 parent abbd531 commit a12418d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Deploy proxy to environment
22
run-name: Proxygen Deployment for ${{ inputs.environment }}
33

44
on:
5+
push:
6+
branches:
7+
- feature/CCM-11938_workflow
58
workflow_dispatch:
69
inputs:
710
environment:

scripts/config/sonar-scanner.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
sonar.host.url=https://sonarcloud.io
44
sonar.qualitygate.wait=true
55
sonar.sourceEncoding=UTF-8
6-
sonar.sources=lambdas/example-lambda
7-
sonar.tests=tests/, lambdas/example-lambda/src/__tests__
6+
sonar.sources=lambdas/api-handler/src, lambdas/authorizer/src
7+
sonar.tests=tests/, lambdas/authorizer/src/__tests__
88
sonar.exclusions=lambdas/*/src/__tests__/**/*
99
sonar.terraform.provider.aws.version=5.54.1
1010
sonar.cpd.exclusions=**.test.*

0 commit comments

Comments
 (0)