File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- prodsec : snyk/prodsec-orb@1.0
4
+ prodsec : snyk/prodsec-orb@1
5
5
6
6
defaults : &defaults
7
7
parameters :
@@ -50,6 +50,21 @@ commands:
50
50
name : Install npm dependencies
51
51
command : npm install
52
52
jobs :
53
+ security-scans :
54
+ resource_class : small
55
+ << : *defaults
56
+ docker :
57
+ - image : circleci/node:<< parameters.node_version >>
58
+ steps :
59
+ - checkout
60
+ - show_node_npm_version
61
+ - install_deps
62
+ - prodsec/security_scans :
63
+ mode : auto
64
+ release-branch : master
65
+ open-source-additional-arguments : --exclude=test
66
+ iac-scan : disabled
67
+
53
68
lint :
54
69
<< : *defaults
55
70
docker :
@@ -95,6 +110,17 @@ workflows:
95
110
context :
96
111
- snyk-bot-slack
97
112
channel : os-team-managed-alerts
113
+ filters :
114
+ branches :
115
+ ignore :
116
+ - master
117
+
118
+ - security-scans :
119
+ name : Security Scans
120
+ node_version : " 12"
121
+ context :
122
+ - open_source-managed
123
+ - nodejs-install
98
124
99
125
- lint :
100
126
name : lint
You can’t perform that action at this time.
0 commit comments