This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove sonar due to added maintenance efforts.
- Loading branch information
Showing
2 changed files
with
0 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
version: 2.1 | ||
|
||
orbs: | ||
sonarcloud: sonarsource/[email protected] | ||
snyk: snyk/[email protected] | ||
nx: nrwl/[email protected] | ||
# win: circleci/[email protected] | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file was deleted.
Oops, something went wrong.