Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: Remove sonar due to added maintenance efforts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffriedl89 committed Feb 21, 2024
1 parent 4ff3282 commit d21b5cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
version: 2.1

orbs:
sonarcloud: sonarsource/sonarcloud@1.0.1
snyk: snyk/snyk@1.1.2
nx: nrwl/nx@1.1.1
# win: circleci/windows@2.2.0
Expand Down Expand Up @@ -138,19 +137,6 @@ jobs:
root: ~/barista
paths:
- .

# - sonar checks
sonar:
executor: buildpack
environment:
# - sonar needs more memory for the scanner run if a LOT of files are changed
SONAR_SCANNER_OPTS: -Xmx1024m
steps:
- skip_for_forked_pull_requests
- attach_workspace:
at: ~/barista
- sonarcloud/scan

# - snyk security checks
security-checks:
executor: buildpack
Expand Down Expand Up @@ -353,11 +339,6 @@ workflows:
context: barista
requires:
- install
- sonar:
# SONAR_TOKEN is needed for sonar cloud checks
context: barista
requires:
- install
# - security-checks:
# # SNYK_TOKEN is needed for security checking
# context: barista
Expand Down
15 changes: 0 additions & 15 deletions sonar-project.properties

This file was deleted.

0 comments on commit d21b5cb

Please sign in to comment.