Skip to content

Commit 79a93f5

Browse files
committed
fix: Consolidate workflows and fix workspace configuration
1 parent 276c10d commit 79a93f5

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.circleci/config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
command: dotnet build ./Okta.Xamarin/Okta.Xamarin.sln
3636

3737
- persist_to_workspace:
38-
root: ~/project
38+
root: .
3939
paths:
4040
- .
41-
- .git
4241

4342
reversing-labs:
4443
docker:
@@ -118,7 +117,7 @@ jobs:
118117
- image: cimg/python:3.10
119118
steps:
120119
- attach_workspace:
121-
at: ~/project
120+
at: .
122121
- general-platform-helpers/step-load-dependencies
123122
- general-platform-helpers/step-run-snyk-monitor:
124123
scan-all-projects: true
@@ -127,7 +126,8 @@ jobs:
127126
detection-depth: 4
128127

129128
workflows:
130-
"Circle CI Build & Snyk Scan":
129+
version: 2
130+
build-and-scan:
131131
jobs:
132132
- build
133133
- snyk-scan:
@@ -136,9 +136,7 @@ workflows:
136136
- static-analysis
137137
requires:
138138
- build
139-
140-
"Malware Scanner":
141-
jobs:
142139
- reversing-labs:
140+
name: malware-scan
143141
context:
144142
- static-analysis

0 commit comments

Comments
 (0)