Skip to content

Commit 98d7a00

Browse files
author
Fahd
committed
chore(issuer): test
1 parent 3e68f91 commit 98d7a00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ references:
3030
name: Run Sonarqube scanner
3131
command: >
3232
export SONAR_SCANNER_OPTS="-Xmx2048m"
33-
eval ./sonar-scanner-3.2.0.1227-linux/bin/sonar-scanner
33+
eval ./sonar-scanner-4.0.0.1744-linux/bin/sonar-scanner
3434
-Dsonar.projectKey=issuer \
3535
-Dsonar.sources=. \
3636
-Dsonar.sourceEncoding=US-ASCII \
@@ -75,6 +75,7 @@ jobs:
7575
<<: *container_config
7676
steps:
7777
- checkout
78+
- *install_sonar
7879
- *run_sonar
7980
- *restore_yarn_cache
8081
- *yarn_install

0 commit comments

Comments
 (0)