File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 55workflows : # creating a workflow to define the context - collection of different jobs
66 test-env-vars : # setting up a job to define the context which this project will use
77 jobs :
8- - build : # building the relevant context
8+ - build-test-monitor-app : # building the relevant context
99 context : Snyk # has an env var called Snyk-Token
10+ - build-test-monitor-docker :
11+ context : Snyk
12+
13+
1014jobs : # a collection of steps
11- build : # runs not using Workflows must have a `build` job as entry point #directory where steps will run
15+ build-test-monitor-app : # runs not using Workflows must have a `build` job as entry point #directory where steps will run
1216 working_directory : ~/goof
1317 docker :
1418 - image : circleci/node:4.8.2
@@ -31,8 +35,8 @@ jobs: # a collection of steps
3135 project : circleCi-goof
3236 severity-threshold : high
3337
34- jobs : # a collection of steps
35- build : # runs not using Workflows must have a `build` job as entry point #directory where steps will run
38+
39+ build-test-monitor-docker : # runs not using Workflows must have a `build` job as entry point #directory where steps will run
3640 # working_directory: ~/goof
3741 docker :
3842 - image : circleci/buildpack-deps:stretch
You can’t perform that action at this time.
0 commit comments