File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
129128workflows :
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
You can’t perform that action at this time.
0 commit comments