There was an error while loading. Please reload this page.
1 parent 7bf675e commit df4db3eCopy full SHA for df4db3e
1 file changed
.circleci/config.yml
@@ -7,7 +7,20 @@ orbs:
7
8
jobs:
9
10
- reversing-labs:
+ snyk-scan:
11
+ docker:
12
+ - image: cimg/openjdk:21.0.2-node
13
+ steps:
14
+ - checkout
15
+ - run: npm install
16
+ - run: mvn clean install -Pci -Dlicense.skip=true -Dmaven.test.skip.exec=true -DskipITs
17
+ - general-platform-helpers/step-run-snyk-monitor:
18
+ scan-all-projects: false
19
+ skip-unresolved: false
20
+ run-on-non-main: true
21
+ additional-arguments: "--maven-aggregate-project"
22
+
23
+ reversing-labs:
24
docker:
25
- image: cimg/openjdk:17.0.7
26
steps:
@@ -58,7 +71,12 @@ workflows:
58
71
name: "Scan with Semgrep"
59
72
context:
60
73
- static-analysis
61
-
74
+ - snyk-scan:
75
+ name: execute-snyk
76
+ requires:
77
+ - jdk21
78
+ context:
79
+ - static-analysis
62
80
"Malware Scanner":
63
81
64
82
0 commit comments