File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- prodsec : snyk/prodsec-orb@1.0
4+ prodsec : snyk/prodsec-orb@1
55
66params : ¶ms
77 parameters :
@@ -32,6 +32,21 @@ test_matrix: &test_matrix
3232 - ' 1.5.5'
3333 - ' 1.7.0'
3434jobs :
35+ security-scans :
36+ resource_class : small
37+ docker :
38+ - image : circleci/node:lts
39+ steps :
40+ - checkout
41+ - run :
42+ name : Install dependencies
43+ command : npm install
44+ - prodsec/security_scans :
45+ mode : auto
46+ release-branch : master
47+ open-source-additional-arguments : --exclude=test
48+ iac-scan : disabled
49+
3550 test :
3651 << : *params
3752 docker :
@@ -84,6 +99,16 @@ workflows:
8499 context :
85100 - snyk-bot-slack
86101 channel : os-team-managed-alerts
102+ filters :
103+ branches :
104+ ignore :
105+ - master
106+
107+ - security-scans :
108+ name : Security Scans
109+ context :
110+ - open_source-managed
111+ - nodejs-install
87112
88113 - test :
89114 name : Test node=<<matrix.node_version>> jdk=<<matrix.jdk_version>> sbt=<<matrix.sbt_version>>
You can’t perform that action at this time.
0 commit comments