Skip to content

Commit 1a646ca

Browse files
committed
fix: Restore Malware Scanner workflow and add separate build-and-snyk workflow
1 parent 79a93f5 commit 1a646ca

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.circleci/config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,20 @@ jobs:
127127

128128
workflows:
129129
version: 2
130-
build-and-scan:
130+
build-and-snyk:
131131
jobs:
132-
- build
132+
- build:
133+
context:
134+
- static-analysis
133135
- snyk-scan:
134136
name: execute-snyk
135137
context:
136138
- static-analysis
137139
requires:
138140
- build
141+
142+
"Malware Scanner":
143+
jobs:
139144
- reversing-labs:
140-
name: malware-scan
141145
context:
142146
- static-analysis

0 commit comments

Comments
 (0)